This was just posted https://itsfoss.com/self-hosting-starting-projects/
PortNull
- 1 Post
- 20 Comments
The internet being what it is has there been any negative or inappropriate images or text? Because if not, my faith in the interwebs will slowly heal
PortNull@lemmy.dbzer0.comto
Technology@lemmy.world•EU Chat Control didnt pass - proving the media got to alot of youEnglish
2·1 month agovaccines also. nobody is getting sick so vaccines must be unneccessary
Always going to throw https://charm.land/blog/self-hosted-soft-serve/ into the mix for the questions. Works great, supports LFS, configurable and admon over SSH, multi user support. All from a CLI and easy to setup
PortNull@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Using rsync for backups, because it's not shiny and newEnglish
3·2 months agoMaybe I am missing something but how does it handle snapshots?
I use rsync all the time but only for moving data around effectively. But not for backups as it doesn’t (AFAIK) hanld snapshots
PortNull@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Suggestions to have a home server VPN and and Mullvad at the same time?English
1·2 months agoI have something like this with tail scale. My homeserver has a tail scale docker as well as a docker tail scale. The docker tailscale advertises itself as an exit node. The tailscale docker is gluetunned to an extern wireguard server (your mullvad for example) Now I can connect to my home net with tailscale and toggle the exit node on and off. By adding a different tailscale container with a different wire guard exit you could just toggle the exit node like that.
Seeing as you are using mullvad you could also just pay the monthly sub to tailscale and they connect your tailnet directly to mullvad
PortNull@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Looking for a simple personal homepageEnglish
3·2 months agoI was in a similar boat. Wanted a simple static site generator with little to no config. I found https://github.com/rochacbruno/marmite and am happy with it
PortNull@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Selfhosting Sunday! What's up?English
3·2 months agoCan recommend Immich for the Photo gallery and sharing option.
Can recommend Navidrome for music.
PortNull@lemmy.dbzer0.comto
Selfhosted@lemmy.world•What is the easiest way to have a self hosted git server?English
3·2 months agoI use it for my personal projects and its perfectly usuable. If you want people to contribute you’ll just have to do it the old fashioned email patch way. You can use RSA keys but it requires a little fiddling. I’ve used them but needed to massage something. Now I just use ed keys. The SSH ui is perfectly fine. Your repos are stored as bare repos on the server in the configured directory. So they are easily backed up as regular files. It also supporta LFS.
Let me knownif you have any other questions
PortNull@lemmy.dbzer0.comto
Selfhosted@lemmy.world•What is the easiest way to have a self hosted git server?English
16·2 months agoMany excellent replies. Just want to add https://github.com/charmbracelet/soft-serve as an option
PortNull@lemmy.dbzer0.comto
Selfhosted@lemmy.world•What is the easiest way to have a self hosted git server?English
16·2 months agoThis is the correct answer
For something more than bare got and lower than forgejo I can recommend soft-serve
PortNull@lemmy.dbzer0.comto
Technology@lemmy.world•GitHub is no longer independent at Microsoft after CEO resignationEnglish
3·3 months agoCharm.sh is awesome stuff. Many different tools all CLI based. https://github.com/charmbracelet/soft-serve for soft serve which is a git host you browse over ssh
PortNull@lemmy.dbzer0.comto
Technology@lemmy.world•GitHub is no longer independent at Microsoft after CEO resignationEnglish
61·3 months agoSoft serve by charm.sh is also fun to use. If you’re a CLI junkie.
PortNull@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•HELP: Wireguard for home network with remote exit nodeEnglish
1·3 months agoThank you for everyone’s help and input. I have it working now, albeit not in the way I had hoped (not using docker containers for it) but it works. I followed https://thedevquill.substack.com/p/setting-up-a-tailscale-exit-node but instead of using the NordVPN image I used the plain Wireguard client image. In the wireguard compose I set
network_mode: container:wireguard. Now when I connect tailscale over the exit node, traffic is going out over the wireguard IP
PortNull@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•HELP: Wireguard for home network with remote exit nodeEnglish
2·3 months agoThe issue is that the remote server (the one I want to use as the exit node) doesn’t have tailscale on it. Otherwise I’d be doing just that :D
PortNull@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•HELP: Wireguard for home network with remote exit nodeEnglish
1·3 months agoThank you for the detailed explanation. I will give this a shot.
PortNull@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•HELP: Wireguard for home network with remote exit nodeEnglish
4·3 months agoSorry to be unclear Yes I want to be able to access my home services from outside over wireguard, but connect directly into the home network. However once connected to the home network I want all traffic to be routed outside via the remote wireguard server.
PortNull@lemmy.dbzer0.comOPto
Selfhosted@lemmy.world•HELP: Wireguard for home network with remote exit nodeEnglish
7·3 months agoThanks, knowing the term will help search for information
Nah not grumpy just good additional advice. Thanks for taking the time to add to the conversation
Initial self hosting should be non critical for yourself only for the reasons you mention. After you have worked out kinks and learned more about it all you can start using software for more critical tasks. I still don’t use my self hosting for anything apart from myself (except jellyfin for family) because I don’t need the pressure of availability :)