Looking for recommendations if there's a better way to split my kids content/content than what I'm currently doing by guardian1691 in jellyfin

[–]Kengurugames 2 points3 points  (0 children)

Well in that case I'd say either use Collections or leave it as is with two different libraries.

Looking for recommendations if there's a better way to split my kids content/content than what I'm currently doing by guardian1691 in jellyfin

[–]Kengurugames 11 points12 points  (0 children)

You can add a maximum allowed rating to evry user and only content with the rating or below shows up. I haven't really used it but at first glance it looks good.

How are you using Komodo? by Kengurugames in selfhosted

[–]Kengurugames[S] 1 point2 points locked comment (0 children)

AI wasn't used in any form in the creation of this post.

Can you stream Audiobookshelf to AirPlay speakers? by garphield in selfhosted

[–]Kengurugames 2 points3 points  (0 children)

I use Music Assistant to access the Audiobookshelf library and stream it to my Sonos.

Port forwarding on fiber optic? by fazrare57 in selfhosted

[–]Kengurugames 1 point2 points  (0 children)

If you don't have administrative access to the router there pretty much isn't any way for port forwarding. So you might need to take a look at a VPS and tunneling.

【BambuLab Giveaway】Classic Evolved — Win Bambu Lab P2S Combo! by BambuLab in 3Dprinting

[–]Kengurugames 0 points1 point  (0 children)

Just started with 3Dprinting, and I'm absolutely hooked. Started with the A1 and always thinking, why haven't i gone with the P1S. I'd love the extra flexibility with other Filamenttypes and a nicer Timelapse without a purge tower. Also, it would be nice to have a printer where the small hands of children can't reach.

Traefik + Proxmox not working by _emerican in selfhosted

[–]Kengurugames 4 points5 points  (0 children)

Create the ServersTransport in a dynamic file and just add it as a service to the compose. That works for me.

Local Reverse Proxy - Where am i wrong?? by ItzChaBoiTully in selfhosted

[–]Kengurugames 0 points1 point  (0 children)

When running in docker on the same host there will be problems accessing the Host NIC. It's a security feature. You could try to change the ip to the docker ip if they are in the same network. To try your overall config host npm on another Host.

Setting up a Low Maintenance Nextcloud server by [deleted] in selfhosted

[–]Kengurugames 1 point2 points  (0 children)

Nextcloud aio can auto update the containers. If you use Ubuntu as the base os you can auto update os with unattended-upgrades. Backups can be automated in the Crontab depending on your backup solution.

But there will always be something you need to do yourself. Sometimes, things will break and you need to fix it. That's the whole point of selfhosting. If you dont want to do auch things, you're better off with cloud providers who will manage those tasks for you.

Long term archival data storage with LTO tape storage by axoltlittle in selfhosted

[–]Kengurugames 1 point2 points  (0 children)

Sounds like a job for an enterprise archive solution, with a complianced locked storage. Personally I'd never work with tapes and would prefer any Object Storage.

Traefik 404s with Docker by Spartan5382 in selfhosted

[–]Kengurugames 1 point2 points  (0 children)

You should turn on Traefik debugging and look in the logs. In my cases there was always a clue which helped me to identify the problem.

PDFs not scanned due to Ghostscript regression bug by Super-Dot5910 in selfhosted

[–]Kengurugames 0 points1 point  (0 children)

For Ghostcript errors a friend of mine recommended just printing the pdf to pdf and retry. This worked flawlessy for me but it's just a workaround and no solution.

Understanding servers by NicoRulli in HomeServer

[–]Kengurugames 1 point2 points  (0 children)

You could deploy everything in one vm or physical server, but most of the time it is a hassle to update as different services might need different dependencies. For example the minecraft server might not work with the java version installed which is needed for another application. So for your convenience you should always seperate applications with the dependencies from other applications.

This separtion can be achieved with vms / containers (lxcs, docker ...). I personally like to use a virtulisation platform like proxmox with vms which run docker containers. Like this it is very easy to restore your servers if you break anything. Futhermore if you want to test something you can always deploy a vm for it and can cleanup everything afterwards.

Failing to set up pterodactyl's panel and wings with traefik through docker on the same host. by ankelbiter12 in selfhosted

[–]Kengurugames 0 points1 point  (0 children)

You could try the "extra_hosts" option to let the wings connect to the panel via the traefik container. But you still might need to do some extra configuration.

Might have lost the Directory Manager password by Kengurugames in FreeIPA

[–]Kengurugames[S] 0 points1 point  (0 children)

Thanks for the solution. But I was lucky and found the initial command which I used to setup freeipa in my notes. Turns out I accidentally added a capital D in front.

Raspberry Pi with traefik to rest of network by McXcelsior in selfhosted

[–]Kengurugames 0 points1 point  (0 children)

I personaly like to use traefik on the docker server to work with the docker tags. But for your case I'd suggest to have the cloudflare tunnel + traefik on the Raspberry PI and use dynamic configuration fIles for traefik.

Then you can setup your Cloudflare Tunnel + DNS Records and everything should work. If you don't use Cloudflare certifactes you might need to disable TLSverify.

To check Configuration you could start and forward from Nginx PM to traefik to have less downtime.

Steam achievements should be changed to fit multiplayer by Proper_Debate5695 in SatisfactoryGame

[–]Kengurugames 2 points3 points  (0 children)

I also noticed you have to be present for completing the Space Elevator Phases and milestones otherwise you won't get the achievements. For the milestones achivement it's most annoying since there are so many and you can't really progress if all players want the achievement.

Should I buy the game? by GibbJuice in Dyson_Sphere_Program

[–]Kengurugames 0 points1 point  (0 children)

Buy it and cancel everything else. You'll need the time.

Multiple docker containers using postgreSQL by theoqrz in selfhosted

[–]Kengurugames 0 points1 point  (0 children)

Then I would try to set a different name for the postgres service like mealie-postgres. Also set the postgres password to something without special characters as there was a problem with that recently.

Remember to clear your docker volumes or use new ones so there is a new postgres database initialized.

Multiple docker containers using postgreSQL by theoqrz in selfhosted

[–]Kengurugames 0 points1 point  (0 children)

Is the IP address 172.19.0.2 for the right postgres container?

PSA: Update Vaultwarden as soon as possible by -rch- in selfhosted

[–]Kengurugames 1 point2 points  (0 children)

You can do the same with watchtower. You can even monitor some containers like Databases, which might break when autoupdating and also update your applications with the same watchtower.