nimmo
@nimmo@lem.nimmog.uk
- Comment on Babe, wake up. Polls are open 4 months ago:
Only if you actually receive your pack which reports suggest hasn’t been as reliable this time around.
- Comment on Funkwhale + Portainer? 4 months ago:
Yea, after another hour today I’ve decided that my time is better spent elsewhere, so I’m just going to stick with Navidrome and not worry too much about losing out on the federated music idea for now.
- Comment on Funkwhale + Portainer? 4 months ago:
I gave up on funk whale about 6 months ago and was loving navidrome, but hadn’t realised the lack of library separation. Thankfully that doesn’t bother me too much. I’ll give this another go and see how I get on though if I can find some time over the weekend
- Comment on Selfhosted messenger/community software like discord 6 months ago:
I’ve got my instance of matrix working with voice calls. It’s not built in, but it’s just another service in my compose file alongside the bridges I use to have my unified chat app.
I’m using coturn and it just works when doing voice and video calls with federated users.
I think I’ve seen people using jitsi as well, so it seems there are many options available
- Comment on Star Wars: Battlefront Classic Collection used modder's work without credit 8 months ago:
The original was EA, this re-release is Aspyr, so as bad as EA are I’m not convinced that they’re to blame here.
- Comment on Self hosted Wetransfer? 9 months ago:
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 😋)
- Comment on Self hosted Wetransfer? 9 months ago:
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.
- Comment on PSA - Lemmy dropped 0.19, your instance may have some downtime 11 months ago:
I chose to take down my production instance of lemmyz do a cp -r of it, update the docker compose file to specify the new version numbers for Lemmy and lemmy-ui plus change the port that the stack exposes and do a docker-compose pull && docker-compose up -d on that stack to check to see if it could all work. Thankfully it did, so I updated the production compose file and tada! I’m on 19.0 safely
- Comment on Squadron 42: Hold The Line 1 year ago:
Answer the call 2016!
I’ll believe it when I see it.
- Comment on Selfhosted Trello Alternative? 1 year ago:
Ooo, I’ll add that to one of my planka boards for “things to look at later” thanks for sharing
- Comment on Selfhosted Trello Alternative? 1 year ago:
I’ve been using planka and have been quite happy with my experiences for the last couple of months.
- Comment on Self-hosted GitHub alternative? 1 year ago:
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