portnull
@portnull@lemmy.dbzer0.com
- Comment on similar to the word of mouth post, what game did you not expect much from but loved it? 1 week ago:
I’ve just been reading the bobiverse books and wondered about it as a game and this looks perfect. Thanks
- Comment on similar to the word of mouth post, what game did you not expect much from but loved it? 1 week ago:
Will be adding this to my installed games soon. Thanks
- Comment on Where do I even start? 2 weeks ago:
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 :)
- Comment on Where do I even start? 2 weeks ago:
This was just posted itsfoss.com/self-hosting-starting-projects/
- Comment on Self-hosted web printer 3 weeks ago:
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
- Comment on similar to the word of mouth post, what game did you not expect much from but loved it? 5 weeks ago:
Yes, same exact experience here with that game.
- Comment on similar to the word of mouth post, what game did you not expect much from but loved it? 5 weeks ago:
I regret this post now. So many games I want to try now. Folks, there’s only so many hours in a day spare for gaming!
- Comment on a merry band of fungi spotted today 5 weeks ago:
I have no idea. found in UK at time post was made
- Comment on similar to the word of mouth post, what game did you not expect much from but loved it? 5 weeks ago:
I looked it up and wasn’t all that excited by it, but figured I’d give it a try anyway based on this thread Yep, thanks, I’ve not got a hope in hell in doing anything else for while now. :D
- Comment on similar to the word of mouth post, what game did you not expect much from but loved it? 5 weeks ago:
That would be my one also. I thought it to be another platformer, but the story and progression had me hooked
- Submitted 5 weeks ago to patientgamers@sh.itjust.works | 53 comments
- Submitted 5 weeks ago to mycology@mander.xyz | 8 comments
- Comment on EU Chat Control didnt pass - proving the media got to alot of you 1 month ago:
vaccines also. nobody is getting sick so vaccines must be unneccessary
- Comment on Advice for git setup 1 month ago:
Always going to throw 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
- Comment on 1 month ago:
Maybe I am missing something but how does it handle snapshots?
- Comment on Raspberry witbier 1 month ago:
I’ve staved off using fruit for those reasons but it’s good to hear from someone who’s done it that just dropping them in works just fine. Thanks
- Comment on Raspberry witbier 1 month ago:
Do you freeze or sanatise the berries at all or just ride the wild yeast wave if it happens?
- Comment on Suggestions to have a home server VPN and and Mullvad at the same time? 1 month ago:
I 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
- Comment on Looking for a simple personal homepage 2 months ago:
I was in a similar boat. Wanted a simple stetig site generator with little to no config. I found github.com/rochacbruno/marmite and am happy with it
- Comment on Selfhosting Sunday! What's up? 2 months ago:
Can recommend Immich for the Photo gallery and sharing option. Can recommend Navidrome for music.
- Comment on What is the easiest way to have a self hosted git server? 2 months ago:
I 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
- Comment on What is the easiest way to have a self hosted git server? 2 months ago:
Many excellent replies. Just want to add github.com/charmbracelet/soft-serve as an option
- Comment on What is the easiest way to have a self hosted git server? 2 months ago:
This is the correct answer
For something more than bare got and lower than forgejo I can recommend soft-serve
- Comment on If the UK government proposed to increase tax by 1% and make trains free would you be in favour? 2 months ago:
I would of course. But even with trains and public transport being as expensive as it is it still over crowded and you will rarely get a seat for commuter routes. If it’s free that’s going to get even worse. Unless they put more trains on which will cost more which the 1% probably won’t cover
- Comment on GitHub is no longer independent at Microsoft after CEO resignation 3 months ago:
Charm.sh is awesome stuff. Many different tools all CLI based. github.com/charmbracelet/soft-serve for soft serve which is a git host you browse over ssh
- Comment on GitHub is no longer independent at Microsoft after CEO resignation 3 months ago:
Soft serve by charm.sh is also fun to use. If you’re a CLI junkie.
- Comment on HELP: Wireguard for home network with remote exit node 3 months ago:
Thank you for everyone’s help and input. I have it working now, albeit not in the way I had hoped but it works. I followed …substack.com/…/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 - Comment on HELP: Wireguard for home network with remote exit node 3 months ago:
The 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
- Comment on HELP: Wireguard for home network with remote exit node 3 months ago:
Thank you for the detailed explanation. I will give this a shot.
- Comment on HELP: Wireguard for home network with remote exit node 3 months ago:
Sorry to be unclear Maybe this diagram will help Image
Yes I want to be able to access my home services from outside over wireguard, but 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.