Can confirm that there is 0 ingress or egress fees, since this is not an S3 container storage server, but a simple FTP server that also has a borg&restic module. So it simply doesnt fall into the e/ingress cost model.
- 2 Posts
- 80 Comments
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•I made wanderer - a self-hosted trail and GPS track databaseEnglish10·1 year agoBecause using a containerization system to run multiple services on the same machine is vastly superior to running everything bare metal? Both from a security and a ease-of-use standpoint. Why wouldnt you use docker?
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•Help a noob find what I'm looking for please. I have a bunch of IP addresses and I wanna give em names.English1·1 year agoCaddy and Authentik play very nicely together thanks to caddy
forward_auth
directive. Regarding acls, you’ll have to read some documentation, but it shouldnt be difficult to figure out whatsoever. The documentation and forum are great sources of info.
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•Help a noob find what I'm looking for please. I have a bunch of IP addresses and I wanna give em names.English1·1 year agoAdGuard Home supports static clients. Unless the instance is being used over TCP (port 53, unencrypted), it is by far the better way to use clientnames in the DNS server addresses and unblock the clients over that.
For DoT:
clientname.dns.yourdomain.com
For DoH:https://dns.yourdomain.com/dns-query/clientname
A client, especially a mobile one, can simply not guarantee always having the same IP address.
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•Help a noob find what I'm looking for please. I have a bunch of IP addresses and I wanna give em names.English1·1 year agoIf you dont fear using a little bit of terminal, caddy imo is the better choice. It makes SSL even more brainless (since its 100% automatic), is very easy to configure (especially for reverse proxying) yet very powerful if you need it, has a wonderful documentation and an extensive extension library, doesnt require a mysql database that eats 200 MB RAM and does not have unnecessary limitations due to UI abstractions. There are many more advantages to caddy over NPM. I have not looked back since I switched.
An example caddyfile for reverse proxying to a docker container from a hostname, with automatic SSL certificates, automatic websockets and all the other typical bells and whistles:
https://yourdomain.com { reverse_proxy radarr:7878 }
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•My take on selfhosted photo managementEnglish1·1 year agoThe demo instance would be their commercial service I suppose: https://ente.io/. Since, as are their own words, the github code 1:1 represents the code running on their own servers, the result when selfhosting should be identical.
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•My take on selfhosted photo managementEnglish1·1 year agoTheres a Dockerfile that you can use for building. It barely changes the flow of how you setup the container. Bigger issue imo is that it literally is the code they use for their premium service, meaning that all the payment stuff is in there. And I don’t know if the apps even have support for connecting to a custom instance.
Edit: their docs state that the apps all support custom instances, making this more intruiging
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•Another successful OpenBSD setupEnglish1·1 year agoIs location the only reason to not use it as the AP? If I had a larger house I’d agree, but as I live in a small apartment, the current router location can easily serve the entire flat, so that is no concern right now.
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•Another successful OpenBSD setupEnglish2·1 year agoIve wanted one of these for a while to replace my ISPs modem+router+switch+wifi-AP. But apparently these devices can be funky to get a good wifi going, and I don’t feel like adding three (mini pc, switch, AP) new devices to my “we don’t talk about it” corner where all the IT is stored. Do you know anything about wifi on these?
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•Get notified on Mastodon for new Github releasesEnglish11·1 year agoYou can
docker compose up -d
to (re)create only one service from your Dockerfile
7Sea_Sailor@lemmy.dbzer0.comto Selfhosted@lemmy.world•Looking for a music solutionEnglish1·1 year agoI’ll plug another subsonic compatible server here: gonic. It does not have a web player ui, which saves on RAM. And it is really fast too.
It supports sharing via public link. But I don’t think it has sharing with registered users via username.
7Sea_Sailor@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•After 1.5 years of learning selfhosting, this is where I'm atEnglish1·1 year agoHm, I have yet to mess around with matrix. As anything fediverse, the increased complexity is a little overwhelming for me, and since I am not pulled to matrix by any communities im a part of, I wasn’t yet forced to make any decisions. I mainly hang out on discord, if that’s something you use.
7Sea_Sailor@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•After 1.5 years of learning selfhosting, this is where I'm atEnglish2·1 year agoAre you talking about the Tailscale App or the ZeroTier app? Because the TS Android app is the one thing im somewhat unhappy about, since it does not play nice with the private DNS setting.
7Sea_Sailor@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•After 1.5 years of learning selfhosting, this is where I'm atEnglish3·1 year agoI heard about tailscale first, and haven’t yet had enough trouble to attempt a switch.
7Sea_Sailor@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•After 1.5 years of learning selfhosting, this is where I'm atEnglish2·1 year agoI use Hetzner, mainly because of their good uptime, dependable service and being geographically close to me. Its a “safe bet” if you will. Monthly cost, if we’re not counting power usage by the homelab, is about 15 bucks for all three servers.
7Sea_Sailor@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•After 1.5 years of learning selfhosting, this is where I'm atEnglish7·1 year agoThat’s a tough one. I’ve pieced this all together from countless guides for each app itself, combined with tons of reddit reading.
There are some sources that I can list though:
- https://awesome-selfhosted.net/ is great to find apps you might want to host
- https://docs.ibracorp.io/ mainly aims at Unraid hosting, but the information can oftentimes be transferred
- https://how2host.it has some start-to-finish guides that explain every setup step
- https://github.com/mikeroyal/Self-Hosting-Guide is an incredibly long list of apps and ressources you can use as a launchpad. Note the “Tutorials & Ressources” Section for further links
7Sea_Sailor@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•After 1.5 years of learning selfhosting, this is where I'm atEnglish2·1 year agoI’d love to have everything centralized at home, but my net connection tends to fail a lot and I dont want critical services (AdGuard, Vaultwarden and a bunch of others that arent listed) to be running off of flakey internet, so those will remain in a datacenter. Other stuff might move around, or maybe not. Only time will tell, I’m still at the beginning of my journey after all!
7Sea_Sailor@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•After 1.5 years of learning selfhosting, this is where I'm atEnglish6·1 year agoPretty sure ruTorrent is a typical download client. The real reason is that it came preinstalled and I never had a reason to change it ¯_(ツ)_/¯
Both UnraidFS and mergerFS can merge drives of separate types and sizes into one array. They also allow removing / adding drives without disturbing the array. None of this is possible with traditional RAID (or at least not without a significant time sink for re-making the array), no matter the type of RAID you use.