New on LowEndTalk? Please Register and read our Community Rules.
What are you self hosting?
The more I do the more I like it It's almost addicting. I do it for control, privacy but mostly for fun
Below is what I have so far. What about you? Would be nice to learn about new interesting apps I could add to my list
Applications:
- Nextcloud
- Mailcow (email, calendar, contacts)
- My blogging platform DynaBlogger
- Minio (assets for my blog)
- Vaultwarden (password manager)
- Plausible Analytics
- Planka (Kanban project management)
- Commento (for my blog's comments until I finish the same feature in DynaBlogger)
- Reactive Resume (to easily manage and share my CV/resume)
- Firefly (personal finance)
- Wallabag (save articles for reading later)
- dPaste (pastebin)
- Crowdsec (intrusion prevention)
- Bookstack (Wiki)
- Vikunja (task management)
- Metabase (a business intelligence solution similar to Google Data Studio)
- Transmission (to download stuff)
- Jackett (to manage Torrent indexers)
- Radarr (to search for movies)
- Sonarr (to search for tv shows)
- Plex (media management)
- Whoogle (private frontend for Google)
- Gitea (code hosting)
- NetData (system monitoring)
Supporting services that are required by the above apps:
- MariaDB (dbs for varioys apps)
- Postgres (dbs for various apps)
- Clickhouse (data store for Plausible Analytics)
- Memcached (for caching with various apps)
- Redis (Caching or other use with several apps)
- Maxmind (for geolocation with Plausible Analytics)
- Nginx Proxy Manager (proxy to manage access to apps)
Comments
Here, knock yourself out.
https://github.com/awesome-selfhosted/awesome-selfhosted
I am aware of that list, I took many apps from there
Proxmox and phpvirtualbox for many uses.
Sunlight for remote gaming with my son.
NextCloud
Plex server
VaultWarden
All on a proudly (?) KS-01.
Bookmarked. Quite an intense and nicely organized list.
Nextcloud
Plex
MLWorkspace (Includes terminal, netstat, VNC, VSCode)
Vaultwarden
Matrix & Element web frontend + Nodejs chatbot that does basic stuff
Roundcube connected to MXRoute's server because I want PGP on server
Administrative stuff:
Portainer
Nginx Proxy Manager
PHPMyAdmin
I was thinking of installing Proxmox on this new server like I mentioned in another thread but then decided against it to keep things simple fr now.> @jason5545 said:
What are the specs of the server? (asking especially for Plex)
Just my own git server and rscync daily backup to slowly move things while I asleep. Also [email protected] because I feel bad letting my box paid with hard-earned money idling the rest of time.
Atom N2800, I don't need transcoding, the performance is fine when transcoding turned off.
Gotcha, thanks
What if when transcoding is turned on? Does it not work at all?
Do you have any guide
It depends. Small videos with transcoding on(<4GB), it's fine, but for bigger videos(>4GB), it doesn't, just keep buffering.
@vitobotta do you host all of those in a single Hetzner server?
Hosted on a mix of dedicated servers and home:
authelia
ovpn
librenms
hestiacp
tacticalrmm
bitwarden
mailcow
pritunl
3cx
pihole
wazuh
jellyfin
plex
tautulli
npm
uptime-kuma
prowlarr
heimdall
librespeed
overseerr
synclounge
radarr
sonarr
gotify
requestrr
portainer
bookstack
wallabag
invoiceninja
Ok. Since it is a dedi, no issues having the CPU at 100% for long right ?
Yep, that's the main reason why I moved to dedicated.
Nice list, very useful. But where i can find dedicated server with cheap IPv4 to publish all those virtual machines?
Hetzner servers are affordable, but their IPv4 prices are outrageous.
OVH/SYS IPv4 one time setup is reasonable, but their server packages are nowhere compared to Hetzner, and I am not sure of their hardware reliability or support.
Any ideas?
Yeah Hetzner pricing is awesome for the servers but the IPs are ridiculous! I couldn't believe it when I saw the prices.
OVH is a reputable company, reliability wise I think it is fine. Support through it's another story.
wow, it's a long list
Great list, @vitobotta . This looks like my current todo-list for PikaPods. Though some of those apps are already there, luckily.
In general I find discoverability for FOSS web apps to be lacking at the moment. Especially compared to the mobile app stores. It's true that there are some "awesome" lists on Github. But they are often outdated, can't be filtered, don't have features to discover similar apps and don't show metrics like project activity, stars, etc. #sideproject 😄
I thought yabs was the only app one could self host.
Didn't know about that, seems nice!
And it's not over, I had more in the queue
Your list looks nice too!> @pbx said:
I love NPM! Makes creating virtual hosts and managing SSL certificates and access lists so easy and it's backed by a database. I prefer this to maintaining this manually.
I just relied on Docker image and setting the environment variables. Took me a number of tries. Anyway, here's the Docker-compose of that part I use:
To enable Enigma plugin properly, go to ./webmail/html/plugins/enigma (Assuming you used the same volume mapping I used above, if you haven't, go to /var/www/html/plugins/enigma within the container) and locate 'config.inc.php'. If that doesn't exist, copy 'config.inc.php.dist' and name it to 'config.inc.php'.
Once you have your 'config.inc.php', change this config as following:
Make sure the container has permission to write into that directory, then you are good to go.
That’s a lot
Maybe I should start self hosting some stuff, all I have is an OpenVPN for personal use really
For me it’s kinda addictive 😃
I have these on my docker,
Can you explain what you mean by having on your "docker" I just know little about how to use docker.
Thanks!
I host these applications not in bare metal but in docker containers. Easy to deploy and remove.