uranibaba
@uranibaba@lemmy.world
- Comment on how to start with self-hosting? 4 days ago:
Same here. I remember playing minecraft and wanted to install some mod on my server. There were instructions and I followed them. Problems? Search the web.
- Comment on how to start with self-hosting? 4 days ago:
You are welcome.
- Comment on how to start with self-hosting? 5 days ago:
- Figure out what you want to host.
- Read up on what is required to host that.
- Understand what is required to host that.
- Skip step 3, wing it and search the internet as you go.
- Comment on how to start with self-hosting? 5 days ago:
I second Debian because of the amount of information out there.
- Comment on How to Build a Powerful Reverse Proxy Firewall for Blocking the Evil Web-Scraping Robot Hordes from Hell 5 days ago:
Since multiple people will be using the same IP when using a VPN. If one person is a bad actor and causes the IP to be blacklisted, it will affect you too.
- Comment on Self hosting Signal server 2 weeks ago:
From their README. Have you looked at their forum?
We cannot provide direct technical support. Get help running this software in your own environment in our unofficial community forum.
This thread has a link to someone’s Dockerfile for their development.
- Comment on Stinky is cute y'all why ban him 2 weeks ago:
A Moomin scholar
Nice, I also want to read Moomin as a job.
- Comment on [deleted] 2 weeks ago:
Here is two enteries from my
Caddyfile
:ip.domain.tld:80 { respond "{client_ip}" 200 } git.domain.tld { reverse_proxy forgejo:3000 }
This is all I need and Caddy will handle the rest. I have created a network with podman/docker that I add to any container that I need to reverse proxy to.
- Comment on YSK about Changing your Profile Picture to Clippy 4 weeks ago:
Thanks writing it all out instead of making us watch the video.
- Comment on What's up, selfhosters? It's self hosting Sunday! 4 weeks ago:
I meant more figuratively. Finally managed to move my compose files to nix files thanks to compose2nix. One thing that throw me for a loop was that podman (or perhaps nix) creates a service named <backend>-<service>. Compose2nix handles this accordingly but I had a few hours of head scratching until I figured that out.
- Comment on [deleted] 4 weeks ago:
I mean keep using port 22 on the server and redirect whatever port you want in your firewall (your router unless you have a dedicted fw) to port 22. Don’t change the ssh port on the server at all.
- Comment on [deleted] 4 weeks ago:
Why change the SSH port of a home server, which most likely is not reachable from the outside anyway?
And if it is, why change it on the server and not in the fw?
- Comment on What's up, selfhosters? It's self hosting Sunday! 4 weeks ago:
I installed a new server at home and went with NixOS. It looks super cool but it takes so much time to learn everything. The only thing keeping me from going back to Debian is how easy it was to permanently mount drives (and save a configuration for any future install or mishaps).
(I.e. mount,
nixos-generate-config
,nixos-rebuild switch
and done!) - Comment on Slurrrrrrrrrrrrrrrrrrrrrrrrrrrrp 5 weeks ago:
Probably installed as a unit, computer with monitor. Perhaps a modifed version of a Linux OS?
- Comment on Microsoft admits it would have to let Trump spy on EU data if demanded 5 weeks ago:
Didn’t Microsoft say not too long ago not to worry, because they didn’t have to give access to data?
- Comment on romm v4.0.0 (self-hosted ROM manager/player) has been released 1 month ago:
From the readme:
RomM (ROM Manager) allows you to scan, enrich, browse and play your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes, and custom tags, RomM is a must-have for anyone who plays on emulators.
- Comment on How do you combat boredom? 1 month ago:
Go to a concert.
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 1 month ago:
I can’t say I agree or disagree because I don’t have any data to prove your right nor wrong. I can say that I understand some shit people give Java but your argument was a first for me. I was intrigued.
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 1 month ago:
That’s the first time I ever hear someone call Java a legacy language.
- Comment on Reitti (v1.1.0) Update: Family mode, faster processing, colors! 1 month ago:
It’s a spring framework project. It is a solid choice if Java is your language and you need a predefined web server to build on.
Also, what is odd with Java?
- Comment on Why doesn’t Apple/Samsung/Google use new tech like every other phone maker? 1 month ago:
Agreed, have used both android and iOS over the years and both OSes has their pros and cons. Currently staying with iPhone because nothing beats their face ID in my opinion.
- Comment on What are the advantages/disadvantages of the different backup solutions? 1 month ago:
I am currently looking into borg because it can take incremental backups. I just need figure out how I should handle a running system, if I need to turn of all my docker images or if there is some kind of snapshot function I can use.
From what I read on their FAQ, Borg cannot verify the integrity so I would need to turn everything off during the backup process. A filesystem like ZFS could have solved that problem (cannot find the link, something about shadow copy I think?) but since I don’t have a backup yet nor physical access, I need to work with what I have.
I think I will set it to take a backup every night.
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 1 month ago:
Here is the commit github.com/…/b3bd2afd6af18e71048ade7e82b541ff903a…
It creates the docker file and updates the docs to (among other things) point to the he file, the old being raw.githubusercontent.com/…/docker-compose.yml.
I wonder why it does not point to the main repo. The PR does not discuss the it. github.com/LemmyNet/lemmy-docs/pull/315
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 1 month ago:
You are right, that is sus. The main repo does not have this and the docs repo have the main as a sub module, but still have a folder named assets with a different docker-compose.yml.
Would have been nice with a link from the start.
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 1 month ago:
I would fix it if we had a link. This problem is not present in the main branch.
github.com/LemmyNet/lemmy/…/docker-compose.yml
environment: # this needs to match the hostname defined in the lemmy service - LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536 # set the outside hostname here - LEMMY_UI_LEMMY_EXTERNAL_HOST=localhost:1236 - LEMMY_UI_HTTPS=false - LEMMY_UI_DEBUG=true
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 1 month ago:
Do you have a link to the file you used which has this problem?
- Comment on What's the e-reader you would buy if you were in the market? 2 months ago:
Which one did you buy?
- Comment on [deleted] 2 months ago:
You see the same with people who use fillers or get tattoos. They start small, only one tattoo or a minor increase in lip size. Then they get another and another tattoo, or get bigger and bigger lips. My hypothesis is that they get used to the new appearance or becomes desensitized to it.
- Comment on 109 children rescued, 244 arrested in Operation Soteria Shield, exposing widespread child exploitation in North Texas 2 months ago:
The title made me think 244 children (and not offenders) were arrested.
- Comment on Can I replace honey with maple syrup? 2 months ago:
THANKS! I will try to do this this weekend (kids and all, might not have the time. :-) )