It’s easy enough to run Authelia in front of all of your subdomains. Suddenly you’re back to one attack vector.
- 0 Posts
- 10 Comments
revereddesecration@alien.topBtoSelf-Hosted Main•Why is starting with Self-hosting so daunting?English
1·3 years agoSounds like the next step in your journey is combing through this list and seeing what’s out there: https://github.com/awesome-selfhosted/awesome-selfhosted
So much great stuff! But most of it has drawbacks, like missing features or less attractive UI. But it’s free and open source so we love it all the same.
revereddesecration@alien.topBtoSelf-Hosted Main•Why is starting with Self-hosting so daunting?English
2·3 years agoPi runs Raspbian which is just Debian with customisation applied. So of course it can run elsewhere. You don’t know as much as you think you do perhaps 😉
revereddesecration@alien.topBtoSelf-Hosted Main•Anybody has a bookstack docker-compose file I can use to self host?English
1·3 years agoFun fact: don’t comment out anything, just find the name of the database service, let’s say it’s db, then run
docker compose up dbto launch it on its own.
revereddesecration@alien.topBtoSelf-Hosted Main•Security question about hosting custom serviceEnglish
1·3 years agoThere’s a couple of things to weigh up: attack surface, and incentive to attack. You’re not high on either scale so it’s not a high chance of problems.
revereddesecration@alien.topBtoSelf-Hosted Main•Alternative Password manager than Teampass with free AD functionalityEnglish
1·3 years agoI host Psono and auth via OIDC provided by Authentik.
I chose Psono because it was the only option that offered OIDC on a free tier. Previously I paid for Passbolt which wasn’t bad, but Psono does the same job for free and is nicer to use.
revereddesecration@alien.topBtoSelf-Hosted Main•SSL for hardware devices that can't run certbot.English
1·3 years agoWhy can’t you have your TLS managed at the gateway, then reverse proxy based on subdomain to your various services?
revereddesecration@alien.topBtoSelf-Hosted Main•How to migrate containers to portainer so I can get rid of the "limited control" portainer has over my containers?English
1·3 years agoPortainer stores its own version of compose files in a specific place. I believe you can just copy your compose files into that place.
revereddesecration@alien.topBtoSelf-Hosted Main•Is federated matrix / synapse actually usable now with large groups? any alternatives?English
1·3 years agoIRC doesn’t enforce authentication or encryption. That’s why it doesn’t rate a mention in any conversation that includes Matrix.
I have a series of containers that use the host network and share messages over MQTT. Works well. One of them launches other containers when specific trigger phrases are said in specific topics. Another one sends trigger phrases based on a schedule.