I do that too, my home doesn't have IP V6 at all here in the UK. so my dedi proxy's ipv6 to my home.
im 800x600, all the cool games are 800x600
Also be advised that wordpress will attract all the internet to try and hack in, so make sure you keep everything up to date
Ive done my instanae
Would recommend OVH for both domain name and DNS, they have DNS APIs so you can get certificates from lets encrypt with ease. Also you could update your zone when your home IP changes
Me a user: hello, heres some money Me the admin: hi, thanks 👍
What your after is DNS fail over or round robin, round robin would be my option as both sites could be independent
Horwood cloud is now on 0.19.6, great job all involved 👍
I would start with a Debian os base, install docker and turn it into a swarm manager. Then look at stacks and how services work, if you find your running your host too hard. You can add a work host and stread out.
Once you have docker swarm running, get portainer running. I use portainer as a visual whats happening
on my swarm, but I use the docker cli to start and update all my stacks. I have my stacks in a git repository so that I have a backup and history of what changes I did.
Now your a docker master, of sorts.
Your compose file will pull the image when you run it, from the registry it's in
on that update train right now
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.
can we all chip in and get one sent to Trump as a welcome gift?
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 think you can make a template from the helpers page, see if that works
PHPIPAM update to v1.6.1
Bugfixes: Fixed RADIUS authentication fails on 1.6.0 (#3986); Fixed cannot add NAT issue (#3993); Security Fixes: Multiple XSS injections (#4145,#4146,#4147,#4148,#4149.#4150,#4151); HTML DOM XS...
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?
Do you use your camper dat to day
So we only have our camper and we have things in it all the time, but not enough to stop thing rolling about.
Do you use your camper more then for camping and if so how do you stop things moving about?
Hi, The OpenWrt community is proud to announce the newest stable release of the OpenWrt 23.05 stable series. It improves device support and brings a few bug fixes including security fixes. Download firmware images using the OpenWrt Firmware Selector: https://firmware-selector.openwrt.org/?versio...
A brand new heading card, improved YAML syntax for automations, long-term stats repairs, faster upgrades, and more!
Please don’t be scared; it is October, Halloween is coming, and so is the next Home Assistant release: 2024.10! 🎃
What's Changed Fix subscribed feed paging not working by @MV-GH in #1597 Full Changelog: 0.0.70...0.0.71
#What's Changed
- Fix subscribed feed paging not working by @MV-GH in #1597
Full Changelog: 0.0.70...0.0.71
Do you run tableau
We run a bit of software called tabelau, I have had to restart it over night and the server hit 113 on the load average. on a 16 core box.
please tell me thats mad for any software
We updated Nextcloud server, focusing on several key performance improvements, bug fixes, and security enhancements. We strongly recommend you to update, as it is always a quick and safe process.