What's up, selfhosters? - Sunday thread
-
how are you trying to run podman?
If you just want a similar setup as with docker I'll recommend this:
https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md
Lingering (running services without login / after logout)
https://github.com/containers/podman/issues/12001
https://unix.stackexchange.com/questions/462845/how-to-apply-lingering-immedeately#462867
sudo loginctl enable-linger <user>
https://github.com/containers/podman/blob/main/vendor/github.com/containers/storage/storage.conf
Check out the storage.conf to use the fuse-overlay driver.
I like podman-compose and i have a start up script that restarts all my containers at reboot, as my user.
Also use the full link to your images, like docker.io/image oder where ever you get your images from.
have fun
-
I ended up just adapting my composes to run commands, on my desktop I don't mind having to manually start them at boot, I could easily make a simple thing to just run at boot and just say
podman run <container>
as most of my containers depend on others so I can just start the child-most container and it'll start them all. I just have some shenanigans where I use one container as a VPN for the other ones, which is a bit messy if using rootless.
I'll have a look into the links and see if there's anything new in there I haven't seen before but yeah, nothing unsolveable I'm just needlessly putting things off lol -
Have you tried a packet capture with Wireshark or tcpdump to see what it's doing? It might give better clues than a general error message.
-
Crazy enough, I have everything going that I want to on my server!
- *arr suite and jellyfin
- traefik reverse proxy with crowdsec + bouncer for some sites (e.g. not documents or media)
- paperless-ngx for documents
- immich for photos
- leantime to manage personal projects
- Book stack for a personal wiki
- calibre-web for my library
- syncthing for file and music syncing so I don't have to stream music
- valheim server for me and my friends
- boinc for turning my server to a productive heater in the winter
- home assistant for my in-renovation smart home
As far as my server goes, I have everything I need. Maybe setting up something for sharing files over the web if needed. I used nextcloud for that before it killed itself completely and I realized I never really needed it.
Next is working on my smart home because we had to fully strip the house to renovate. KNX first, zwave for things that KNX doesn't have or are crazy expensive, ESPHome for everything that the other two can't accomplish. Minimal 2.4GHz interference and don't have to rely as much as possible on flaky wireless in a brick house.
-
Isn't one of the main benefits of scale(/25?) that you can run docker containers? Makes paperless pretty easy
-
Sounds annoying to debug, glad you found the culprit!
-
I sometimes create them a Nextcloud account and send them the credentials
-
Weird, I've heard exactly the opposite, some people are running Lemmy on a dual core. Just get a drive big enough if you plan to follow many communities. Guess I'll try anyways
-
Cool enough!
-
Been impressed with Proxmox, super versatile.
-
I feel you. I did not expect mine to crash but I am in Japan and streamed a movie from my server on the West coast of North America.
-
DO lowest tier i'm on is 20gb, but hetzner is slightly cheaper with more ram and 40gb.
-
That's a good idea. I didn't even think to do that. Thanks!
-
The scanner also supports sending to email. I will try that before setting up a windows VM. I was just tubing i would use USB for the initial import of my file cabinet.
-
I have yet again broke a Nextcloud server By trying to upgrade it (from 27 to 30) . Even after hours of debug i’ll have to remake it from scratch ….again
-
Is the ISP supplied box also your wifi?
If not, IMHO I'd use the ISP equipment as a pass-through modem (if possible on that model?) and have a separate OpenWRT / pfSense firewall do all the heavy lifting for DHCP, DNS, ad blocking, etc
Depends if you'd then need another WAP, of course
-
I guess updating it regularly in small steps really is the best working thing. Switched to nc-aio with Auto-Updates half a year ago and didn't have any troubles with updates since.
-
Well i guess my fondamental issue was to procrastinate
-
I've been looking into airtable alternatives. Came across teable, which I liked, but it doesn't seem production ready.
-
Replacing Google Photos is still on my to-do list. How do you like Immich so far? Did you compare it to any alternatives?