this post was submitted on 16 Oct 2023
5 points (100.0% liked)
Self-Hosted Main
504 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Daily: (using some without knowing)
-truenas .. backups, files, movies, pictures
-jellyfin .. Multiple tvs on multiple locations
-bitwardwn .. for pass
-owncloud for 1st backup of my phone on one nas (1st location)
-Immich 2nd backup of my phone on 2nd nas (2nd location)
-homeassistant .. Many things
-2x docker
-pfsense
-opnsense
And other things to make all this happen like:
-nginx -cloudflare
And apps that are waiting to be used few times a week:
-partkeepr
-homebox (will replace partkeepr)
-wikijs
In progress: -piohole / adguard
And thats it i guess🤔 i guess im fine with that 15€ of eletricity...🤷
Can you share your partkeepr compose file? I tried bought options I found on the web and neither one works. I realize now that it might not be the best project to start with since it already has not been updated for about four years and its unlikely that it will be.
Since you chose HomeBox as an alternative, can you share your thoughts on it?
The last time I chose the app for it I went for InvenTree, but I see that I am not using it very often because of the many steps one has to take to add a new part>! (the most annoying for me as a home user is that you can't add missing values to connected tables without leaving the table you are in; for example, I am creating a part, hm, I miss the category for this part, I have to get out, go to categories, create a new category, get back to the part and continue adding, same goes for a manufacturer, supplier, ... sure I understand that it is a multi-user environment where the person entering the new part might not have the privilege to add a new inventory location, but from a perspective of a home user it is annoying)!<.
So, it gets used less than desired and I am still looking for an adequate alternative before I spend hours upon hours adding my data to it.
you can try it on https:// homebox. fly. dev/home
it is new and its still under development.. i like Partkeepr but its very outdatet but it has all neded fucnctions and is not hard to use. Homebox is very fast and modern and in developmen so if you have luck and enouh pople likes your idea/function you get it.
services:
homebox:
image: ghcr.io/hay-kot/homebox:latest
container_name: homebox
restart: always
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
volumes:
- homebox-data:/data/
ports:
- 3110:7745
volumes:
homebox-data:
driver: local