emhl
@emhl@feddit.de
- Comment on What should I run and why? 6 months ago:
For what reason are you trying to avoid docker? since most projects provide docker images and an example docker-compose.yml it’s very easy to get the application you want running.
Otger projects that do plug and play application setup like yunohost etc. are casaOS and umbrel (both use docker under the hood btw)
- Comment on acceptable screws 7 months ago:
We’re screwed
- Comment on This Week in Self-Hosted (15 March 2024) 7 months ago:
The best about homepage is configuring it via docker labels
- Comment on Self-Hosting Email - Software Recommendations? 11 months ago:
I use docker-mailserver which is just one docker container running the basic services without the complexity of a webui an managing groupware
- Comment on I love purple. 11 months ago:
I always had just one math class (the last one was “Math for physicists 3”, in the third semester at university) and what would “history” be split into as a school subject?
- Comment on I love purple. 11 months ago:
Where do you have only one “science” school subject? I always had physics, chemistry and biology separately.
- Comment on Lemmy posts are starting to pop up on search results for Google (+ other search engines) 1 year ago:
If the Fediverse gets big enough search engines wil probably optimize for it e.g. prioritizing the instance of the community…
- Comment on The German government is working on an OSS "Sovereign Workplace" 1 year ago:
It wasn’t end to end encrypted though because that wouldn’t have allowef server side virus scanning
- Comment on Looking for an alternative to cloudflare tunnel 1 year ago:
You could proxy your Webservice though a reverse SSH tunnel to a vps (that’s basically what cloudflare tunnels do)
- Comment on Introducing Bitmagnet: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration 1 year ago:
the parent image should support that arm version, so you could just build the docker image locally on your pi and use that
- Comment on How do you backup your data? 1 year ago:
Local versioning with btrfs rsync copy to other machine in home network rsync to NAS at my parents home
- Comment on Introducing Bitmagnet: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration 1 year ago:
What are your logs showing?
docker logs -f bitmagnet
- Comment on Do you use a self hosting solution? 1 year ago:
It’s easy to get going with something like that, But it’s much harder to migrate to something else. Additionally yunohost doesn’t have Support for some kind of containerisation, which I find very useful, when I just want to try some application and completely remove it afterwards (without praying that my single database doesn’t break). I mostly use portainer to manage my Selfhosted applications, and it would be quite easy to switch to docker compose or another container orchestration platform if portainer does something funky
- Comment on Website domain and hosting? 1 year ago:
For static site hosting I can recommend www.statichost.eu
- Comment on [deleted] 1 year ago:
The Global Marketshare of mobile Operating Systems is very similar to the values from the survey. The conclusion probably still makes some sense because most responses came from the United States
- Comment on Giving up on selfhosted email / Any sane email setups? 1 year ago:
I use docker-mailserver with sendgrid as smtp relay
- Comment on If one hosts a Lemmy instance, do they need to also host, and/or link to the source code even if they have made no changes to it? 1 year ago:
Yeah, that would work as well
- Comment on If one hosts a Lemmy instance, do they need to also host, and/or link to the source code even if they have made no changes to it? 1 year ago:
But if you modify the source code you’ll probably need to link that somewhere e.g. in the sidebar
- Comment on Do any of you use Raspberry Pi’s ? 1 year ago:
I have a Raspberry pi 1b that runs adguard home and a VPN server
- Comment on Use an old android phone to selfhost ? 1 year ago:
Reading this post on my mi A3 right now :D
- Comment on What about a new explore-feed which merges the Subscribed, Local and All feed based on probabilities customable by the user e.g. 10/40/50 or 0/20/80? 1 year ago:
I just look at the local feed and then at the all feed. I don’t really see any issue with what’s the default
- Comment on What about a new explore-feed which merges the Subscribed, Local and All feed based on probabilities customable by the user e.g. 10/40/50 or 0/20/80? 1 year ago:
I think scaled Sort fixes most of those issues
- Comment on selfh.st community survey 1 year ago:
Yeah seems like they mix up homelabbing and selfhosting a lot
- Submitted 1 year ago to selfhosted@lemmy.world | 24 comments
- Comment on Vaultwarden using Docker Compose with existing Certificates 1 year ago:
Using traefik as your first reverse proxy might be a bit daunting. Caddy or “nginx reverse proxy” are much easier to configure.
- Comment on What do you use to manage operating system images for installation on new laptops and workstations? 1 year ago:
If you want to use OpenSUSE you could probably accomplish this with autoyast
Or you could write an bash script that makes all those configurations and just run it after finishing the Install.
An ansible playbook would be another option to do these configurations semi-automatically