Is the site down? Keeps timing out for me.
funkajunk
- 0 Posts
- 35 Comments
Sounds like a bad prank show
YOU GOT YAML’D! 🤪
I have always had trouble whenever I tried mounting files, and it seems that you’re getting the same error, “not a directory”.
Stick to mounting directories and you should be fine
/home/Joe/container/caddy:/etc/caddy
funkajunk@lemm.eeto Selfhosted@lemmy.world•What to do with a bunch of 3rd Gen i7 PCSEnglish5·3 months agoProxmox cluster
I just said what works best for me. Use the command line and compose files if you want.
Yep, Debian and then add Portainer - for me this is the easiest setup to manage.
FOR THE COMMONWEALTH
Get a cheap VPS on digital ocean, and make a wireguard tunnel from there to your server. Then you don’t need any open ports on your home network
It’s pretty easy to do, I set it up using this guide: https://www.youtube.com/watch?v=qlcVx-k-02E
funkajunk@lemm.eeto Selfhosted@lemmy.world•Anyone else get an email from Portainer?English5·1 year agoThey reduced the free option from 5 nodes to 3 a while back. Looks like only the people who had the 5 node license received that email.
Why are you manually running backups? Script it and run as a cron job
funkajunk@lemm.eeto Selfhosted@lemmy.world•Plex remote access - low quality even with gigabit fiberEnglish7·1 year agoYes, I use subdomains.
I pay for one domain name in Cloudflare (e.g.
awesomedomain.com
), and have a single “A” record pointing to the public IP of my server, and a single “CNAME” record with a value of*
that points toawesomedomain.com
.That way, any subdomain gets directed to the server, and then you setup Nginx Proxy Manager to listen for certain subdomains and where to proxy them. No need to manage any further DNS records in Cloudflare, and any changes made on the proxy don’t need any wait time for DNS records to propagate.
Nginx Proxy Manager also handles automatic SSL certs through Let’s Encrypt - I really can’t recommend it enough.
funkajunk@lemm.eeto Selfhosted@lemmy.world•Plex remote access - low quality even with gigabit fiberEnglish8·1 year agoSounds like you don’t have port forwarding setup.
I highly recommend setting up Nginx Proxy Manager and using it as a reverse proxy.
I have lots of services, but using a reverse proxy means I only have to expose 2 ports (80 & 443) and then I can serve whatever I want, like Plex, over https without a relay.
funkajunk@lemm.eeto Selfhosted@lemmy.world•Why is replacement for home device controls so complicated?English4·1 year agoGet any old enterprise workstation (they practically give Dells away for free) and get to know Docker.
Using multiple Pis for single applications is a fool’s errand - my Optiplex was free and it is running ~30 containers with plenty of room to breathe.
ionos.com is $1/month and you can use external domain names. That plan includes the cost of a domain name as well, so you can transfer the external domain over if you really like it.
funkajunk@lemm.eeto Selfhosted@lemmy.world•Lancache.net - LAN Party game caching made easyEnglish16·1 year agoBy default it’s only for the the same account, but you can change it in the download settings to allow transfers to “Steam Friends” or “Anyone”.
funkajunk@lemm.eeto Selfhosted@lemmy.world•Wordpress vs. ModX vs. 'what do you like?'English25·1 year agoA CMS is way overkill for what you need.
I suggest something like Hugo, with plenty of templates available and even the ability to host it out of Github, it’s a pretty good option.
Just to flesh that out a bit… All you need is to add a TXT record to your DNS records:
Name:
_dmarc.yourdomain.com
Value:
v=DMARC1; p=reject; pct=100
Pick one.