We all do what we can. For example my calendar is self hosted and managed personally. Apple is simply a client using Caldav.
We all do what we can. For example my calendar is self hosted and managed personally. Apple is simply a client using Caldav.
Wow. What a zinger? No really, great addition to the discussion. Thank you.
No, probably not. Love em or hate them, they have a pretty good record on privacy going back decades.
Google though. lol. I mean that’s THE largest advertisement company to ever exist. The same company who finally admitted they were selling their browser’s incognito data.
That 3rd party app with the better widget calendar is for sure selling.
Pornhub.com has nothing to do with Jesus.com
prometheus and grafana … seems to be the universally accepted solution for self-hosted monitoring
Not exactly. There are many ways to do this. Most of us just use this solution because its easily scalable, highly documented and what we are probably already doing currently at work.
all built into one container
It’s nice to separate data sources from the dashboards and alerting platforms. It’s scalable and extremely light weight and gives you more options.
On top of prometheus not seeming useful on its own …
Yeah, that’s just not always true. Maybe for you, in your use case.
Installing a Prometheus node exporter gives you an easily accessible end point with JSON data that can be used however you like. Modularity is a good thing. Being able to swap parts in and out with other parts is a good thing.
If you haven’t figured it out yet, there is not an exact correct answer here, use what fits your needs. While I have a dash board setup in grafana, it’s not my main use case. Since the data is available from all the node-exporters on all my hardware, I wrote up my own alerting scripts and automations using python.
That’s the beauty of modularity and standards when self hosting.
What Is Kiwix?
Kiwix is a non-profit organization and a free and open-source software project dedicated to providing offline access to free educational content. The name “Kiwix” is a play on the word “Wiki” as it represented our initial goal of making Wikipedia accessible offline.
I found this for standing it up:
It wasn’t exactly hiding. Completely accessible from their git repo. Also a link on their website. One of the first results when searching Google.
https://docs.linkwarden.app/self-hosting/installation
selfhost it on my desktop pc (windows) that will keep it updated and working without having to mess with it or do a bunch of command line stuff
You’re on a self-hosting community. If you want to self host, you might have to learn a little something new.
I haven’t read their documentation, but you’re also going to have to make sure you setup your router properly if you want to access it outside your home.
Any respectable adult would avoid flashing this picture at work while browsing on their phone.
deleted by creator
deleted by creator
Bitwarden has its own script to manage the containers. It’s not your typical self hosted app docker installation. What OP is looking for is easily accessible in their FAQ section of the documentation.
A: To use custom ports, instead of 80 and 443, edit the http_port=
and https_port=
values in ./bwdata/config.yml
and run ./bitwarden.sh rebuild
to rebuild your server assets.
Check that the custom port values have been proliferated to ./bwdata/env/global.override.env
.
I used to host bitwarden before switching to vaultwarden. Bitwarden’s documentation is pretty good and your question is easily found here:
https://bitwarden.com/help/hosting-faqs/#q-how-do-i-use-custom-server-ports
A: To use custom ports, instead of 80 and 443, edit the http_port=
and https_port=
values in ./bwdata/config.yml
and run ./bitwarden.sh rebuild
to rebuild your server assets.
Check that the custom port values have been proliferated to ./bwdata/env/global.override.env
.
deleted by creator
deleted by creator
deleted by creator
deleted by creator
https://tailscale.com/blog/docker-tailscale-guide
I used the above link to start on my project. I’m trying to add Tailscale service to my existing docker-compose files to forward all traffic on the primary container to an exit node. It works, but I’m not able to find a way to access the web apps on those containers that are forwarding their traffic. Looks like you are well beyond this guide.
Best of luck.
Gittea and Forgejo both have self hosted container registries.