I don’t see anything like that in this thread. If you want people’s help, help them help you and provide sufficient information about your problem.
I don’t see anything like that in this thread. If you want people’s help, help them help you and provide sufficient information about your problem.
Yes, have it running and it works well. Nextcloud setup is sth that I will still have to set up but the only problem I see there is certificates.
To debug Nebula, simply try executing it by hand, e.g. nebula --config /path/config.yml
and see what the error message is. Or check your journalctl of course. Share the message here and we can have a look!
When you issued the netstat command, were the containers up or down? Issue it again after docker-compose stop
. If you moved or renamed the compose file, the old conrainers would still run in the old context.
Very nice! I am running an HC4 (I think; the toaster) now since last month and so far, it’s running much better than I thought! So yes, check that one first, then see if you have to upgrade and if you do, go for aarch64 or traditional x64 but not 32 bit arm
Alternatively, there are also some options from pine64.com, maybe scroll through there! Same for odroid.nl
Native tool, not the web. So far, I have not felt the need to use anything else; calibre does decent management and connects to my koreader installations on ebook readers, while the abs app handles all interactions with phones. The latter has good wife-approval but the syncing through calibre to readers is complex and not super reliable, so it still requires “admin intervention”
Yes. Let me give you an example on why it is very nice: I migrated one of my machines at home from an old x86-64 laptop to an arm64 odroid this week. I had a couple of applications running, 8 or 9 of them, all organized in a docker compose file with all persistent storage volumes mapped to plain folders in a directory. All I had to do was stop the compose setup, copy the folder structure, install docker on the new machine and start the compose setup. There was one minor hickup since I forgot that one of the containers was built locally but since all the other software has arm64 images available under the same name, it just worked. Changed the host IP and done.
One of the very nice things is the portability of containers, as well as the reproducibility (within limits) of the applications, since you divide them into stateless parts (the container) and stateful parts (the volumes), definitely give it a go!
I’m currently using Calibre and Audiobookshelf, where the latter is basically just using the folder structure of Calibre with and additional folder for some audiobooks. Works okay but is not the greatest solution. The calibre library web interface is quite nice (not the weird VNC-style admin panel, the one on other port). People also mention lazylibrarian a lot but I never tried it.
Great question, from my understanding, notifications through private nextcloud or ntfy instances should be safe but I just started looking into this a month ago, so let’s wait for someone more knowledgeable to join in here.
Are you sure you installed all the drivers from https://www.dell.com/support/home/en-ie/product-support/product/optiplex-3060-desktop/drivers ?
Not at all, Windows 10 and beyond identify your hardware composition, so as long as you don’t swap the mainboard, the license is automatically applied again upon internet connection (assuming you install the same windows version and do not enter another license key during installation). If you want to transfer your data though, get a cheap external USB HDD enclosure and use clonezilla to clone the drive. Edit: typos
I already have a Jellyfin server, won’t switch to plex but maybe I find a comoatible client for that one, thanks for the pointer!
Thank you, I will look into that, any recommendations about the client or is there only a single one?
Tge easiest way is probably to change the port of the Pihole config page
Holy fucking shit dude… Sorry for you but in a weird way I’m a bit relieved to see this being the case in the US as well. The village I grew up in (Germany) still has a price of ~50€ for speeds of 50-100MBit/s However, there is at least no data cap in that case. My 1000 Mbit/s contract was capped to 1TB/month as well until four years ago (40€/month). I really hope this improves for all of us soon!
This is only one part of the solution, your router also has to be able to deal with e.g. VLANs
Edit: chances are that your router offer’s a guest WiFi, that epuld be the easiest solution and is usually isolated from all other networks
Doing this, running on a VPS with 1GB of RAM perfectly fine. No whitelisting required but you will have to manually subscribe to everything you want to see, so such thing as a proper “all” feed since this only shows feeds that users of your instance are subscribed to. Subscriptions are a bit weird, you want to search for the full URL of a sublemmy, then try it again after some minutes for it to work since it has to be fetched first. The ansible playbook is ridiculously easy to use for deployment.
Mastodon is a different beast, from what I saw so far, this needs much more configuration effort for deployment.
Okay, then it simply has an issue with the addresses you are providing, as someone pointed out already, the issue likely is the 192.168.100 network. Find out where exactly you define localhost and 192.168.100.1 as addresses to listen to and change them to e.g. 0.0.0.0 and 127.0.0.1 instead (or ideally just 0.0.0.0 as this includes localhost as well). Restart the container afterwards, see if it works. Of course make a backup of your config first so you can go back.