MangoPenguin
@MangoPenguin@lemmy.blahaj.zone
He/Him | Bi Furry Boy
- Comment on 3 days ago:
You need to learn some docker stuff, but the underlying OS can be anything including Windows, and the database is part of the docker-compose stack and is handled automatically, I used the SQLite docker-compose file they provide.
- Comment on Noob Tailscale questions 3 days ago:
The phones hotspot will bypass the VPN, so you’ll need to run it directly on the device.
- Comment on 3 days ago:
Most of the stuff I run on my server is just a basic docker-compose.yaml file and it’s up and running. Some random examples:
- Immich
- Peertube
- Pinchflat
- Vaultwarden
- Mealie
- Comment on 3 days ago:
Most things are super easy, like 2-5 minutes of set up and it’s running and working.
- Comment on 3 days ago:
It’s gonna be like 100 years before Matrix and the clients are in a good place at this rate. It only seems to be getting worse right now with more fragmented clients and servers with more and more spam issues, and the performance just keeps getting worse too.
- Comment on 3 days ago:
Don’t get your hopes up, I deleted my account on matrix.org because of that same spam, and there’s no way to mass ignore invites to the hundreds of rooms from all the spam accounts they let run rampant.
- Comment on 3 days ago:
Problem is then you miss important info, for example if friends are talking about a game server they’re running and post the connection details, or if they plan an event with a location and time to meet, if you don’t have a bouncer and were offline then you can’t see those messages.
- Comment on 6G mobile could divide the world 3 days ago:
Likely more efficient use of spectrum, which means more clients on a tower without everything grinding to a halt.
- Comment on CRM with android app 4 days ago:
A lot of people don’t realize that you don’t need an app, so I figured I’d mention it anyways.
- Comment on CRM with android app 4 days ago:
It should work fine in a browser or as a PWA
- Comment on 4 days ago:
Discord is what people like and are used to though. If you want the average user to switch it needs to be somewhat familiar.
- Comment on 4 days ago:
I think the barrier to entry is kind of high, you need to use a bouncer to see what happened while you were offline.
- Comment on CRM with android app 4 days ago:
It’s branded as more a personal CRM, but maybe Monica?
- Comment on My Ultimate Self-hosting Setup 5 days ago:
Vaultwarden is the way to go for self hosting bitwarden, it’s very light weight.
- Comment on What are the ramifications of letting an old domain that was used for email go back into the market? 1 week ago:
Nope, DKIM is tied to the domain and DNS.
- Comment on Pi-hole client filtering without DHCP? 1 week ago:
Oh that’s just a config change needed, in your DHCP server you need to set the DNS server (option 6) to the Pihole/adguard IP.
Then you’ll have Unifi DHCP but with clients using pihole/adguard for DNS directly so you get per-client blocking and proper stats.
- Comment on Pi-hole client filtering without DHCP? 1 week ago:
Adguard Home can do per-client filtering, if you go to Settings > Client Settings, then add a client and you can choose all the options.
No need for DHCP on Adguard to be enabled to do that.
- Comment on An Immich LXC came up on community script 1 week ago:
Docker is the better option IMO if you already have it set up, much easier to manage.
- Comment on [Recommendation Request] Selfhosted Fileserver on OpenWRT for LAN? 1 week ago:
I use SFTPGo, it’s also my WebDAV server, but I don’t know if it works on openwrt.
- Comment on [Recommendation Request] Selfhosted Fileserver on OpenWRT for LAN? 1 week ago:
An HTTP based file browser is probably the most universal, as all anyone needs is a web browser.
- Comment on PSA: If the first Smart Search in Immich takes a while 2 weeks ago:
Interesting, waiting on network mounts could be useful!
I deploy everything through Komodo so it’s handling the initial start of the stack, updates, logs, etc…
- Comment on PSA: If the first Smart Search in Immich takes a while 2 weeks ago:
That’s wild! What advantage do you get from it, or is it just because you can for fun?
- Comment on PSA: If the first Smart Search in Immich takes a while 2 weeks ago:
Doing a volume like the default docker-compose sets up should work fine, even through restarts. I’m not sure why your setup is blowing up the volume.
- Comment on What is the best way to sync images to my NAS? 2 weeks ago:
Do a one-time copy of your photos using SFTP or FolderSync or whatever works for you.
- Comment on What sort of grill needs a firmware update lol 2 weeks ago:
At least with ESPHome and other local-only devices they only update when you actually tell them to update.
- Comment on Google Gemini is coming for your private apps. Here's how to stop it 2 weeks ago:
The ‘how’ is to disable/remove the Gemini app, no reason to have that junk on the phone.
- Comment on Samsung phones can survive twice as many charges as Pixel and iPhone, according to EU data 2 weeks ago:
Could be a difference in how they’ve set up charging cut off points.
- Comment on XPipe - A connection hub for all your servers: Status update for the v16 release 3 weeks ago:
Batch mode is great! I didn’t realize it was added until just now hah
- Comment on Google Drive alternative? 3 weeks ago:
Nextcloud client/app compatible WebDAV server with a lightweight file browser webUI, and multi-user support.
- Comment on Docker Backup Stratagy 3 weeks ago:
Not really, you can browse files in an LXC backup and restore specific parts. For VMs you can just restore the whole VM and copy out what you need.