On the uptime monitoring I’ve been quite happy with uptime kuma, but… If you put it on the same host that’s down… Well, that’s not going to work :p (I nearly made that mistake)
On the uptime monitoring I’ve been quite happy with uptime kuma, but… If you put it on the same host that’s down… Well, that’s not going to work :p (I nearly made that mistake)
That sounds like a rather unpleasant experience indeed! I’ve never looked into it in more detail than scrolling through the lsio containers they offer, so thanks for that insight and saving me a headache in case I get around to a similar project I’ve also been meaning to embark upon
Could Snipe it work for you? https://docs.linuxserver.io/images/docker-snipe-it/
It looks like an asset management tool. The description copied and pasted from above reads:Snipe-it makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster
One time I ran out of disk space due to it having created since 200gb log files (not sure why that happened) then another time I think I broke something whilst moving from I’ve got to another. I can’t remember what else happened to break my instances but it was always big enough there I couldn’t restore it to working it after hours if work, so if just export the vaults from everyone’s machine, nuke it, start again and try to learn how I broke it so I didn’t do it again.
I believe I was the problem for most of them except the massive log files one, but still, it was probably my fault as the things usually are. (Guess whose wife has them well trained at accepting the blame 😋)
I pay my $10 license and a personal organisation license for bitwarden because I like their platform but after yet another irrecoverable loss of data (partly my fault for not sufficiently backing it up) I’ve moved over to vaultwarden for my family’s password management.
I don’t think I’ll stop supporting bitwarden even if I’m not using their platform directly though as I do like the service I’ve had from them for something like 4 or 5 years now.
I was going to say that the big downside to that would be a lack of any kind of version control, but I guess if you need that you can always use git and just commit changes there and (optionally) push them to a repository somewhere.
Ooo, I’ll add that to one of my planka boards for “things to look at later” thanks for sharing
I’ve been using planka and have been quite happy with my experiences for the last couple of months.
That’s interesting, because I was finding guides for traefik and caddy but not nginx (specifically swag in my case)
The issue I was having, in case it helps you, is that I was trying to expose 8448 on my synapse container which doesn’t have SSL instead of on my SWAG container and then redirect to my synapse one.
I personally use gitea but there is also a community version of gitlab that has way more power than I need.
Gitea can import a repo from GitHub but I don’t know whether it can also push updates out as one never tried to do that.
I picked gitea as I didn’t need all of the extra power of gitlab and they were the first two options I found. I don’t deploy it using portainer but all of my stacks are set up as git repos in portainer and using the webhook feature it’ll auto pull and redeploy whenever I push to it
Oh, I’m fine with my setup, I have a couple of external servers that can monitor all my web accessible stuff with kuma and then I’ve got another local one to monitor my non-web accessible stuff.
Thanks for those tips though, definitely useful to consider other options