can confirm nextcloud news alpha is great, as is the mobile app
I run this server
can confirm nextcloud news alpha is great, as is the mobile app
Thats how I had my setup run, point the volume at NFS
If you have your services in compose files, you can point the volumes to anywhere. Even NFS.
Like the below config
volumes:
pihole01:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/mnt/data/docker/pihole01'
I run my own server, not sure on post retention or image size or even number of images. But you can make it so that only you can make communities, you can even make communities admin post only.
I would give the docs a good read and maybe have a look at the GitHub repos
oh, I miss understood how it works. will have a play
do you have a docker image I can play with?
I use Jellyfin, moved from subsonic and its amazing
no, its a different thing
That sounds like a great plan, and a great way to learn how this sort of thing works.
Why not a private Lemmy instance?
I used TVHeadend in OSMC and found it a pig to setup at first, but it works great once you have it all setup
I have a single network with my jellyfin server and wifi devices, I run Pi-Hole with DNS for internal things and can use Jellyfin while at home or out and about.
In Pi-Hole look for Local DNS Records
to add your own suff
maybe its just me, but self hosting is more about learning to run and then simplify my setup. Thats why I read the documentation for the project I want to deploy, then see if I have anything that looks similar. But as I’ve been doing self hosting for almost 20 years, plus working at a SaaS company. I have done a lot of things with a lot of different tech
All my docker stuff has a very common look to it, also I have tried a lot of stuff. See my Git repo with some examples -> https://github.com/mhzawadi/docker-stash
Oh, does the route hit your location? What’s in the logs?
could you replace try_files $uri $uri/ /index.php?$query_string;
with try_files $uri $uri/ /index.php?$is_args$args
That might work
If your not sure about Nebula, take a look at tinc. its a meshing VPN, simple to setup and even has an Android app
I know that de-google is the way, but some things are best provided by a company. I dont have time to look after meeting things at home, or email for that matter
I have run Jitsi at work and found it a pain to keep up to date, but your milage may vary.
I have used most video chat things over the last 4 years, the easiest to get into is GoogleMeet. Google also has been the most reliable, I have a GoogleMeet running all day when at home.
What quality is the content? I have a pi4 running OSMC, kode front end and things are buttery smooth. All content is 1080p or lower as the pi can’t handle 4k
Network is a 1gb switch from the mini pc running NFS and homeplugs to get the network from a bedroom to the living room.
I have all external mounts in
/mnt
, if my container needs to use it then it’s in the compose file to use the local mount.All my compose and stacks are in a git repo, the repo lives in my home dir and pulled fromy Gogs server. That only I can access.