There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

CAPSLOCKFTW

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

CAPSLOCKFTW , to selfhosted in Where to find guide on self hosting for a complete beginner?

If you want to host miltiple things with only one ip I woild always recommend a reverse proxy, so it is good that you mention that but since it isn’t strictly necessary, it is no alternative imo.

CAPSLOCKFTW , to selfhosted in Where to find guide on self hosting for a complete beginner?

A reverse proxy solves another problrm, doesn’t it? In any case it requires one of the solutions I mentioned to make your stuff accessible from outside.

CAPSLOCKFTW , to selfhosted in Where to find guide on self hosting for a complete beginner?

Might be, I don’t know it 😅

CAPSLOCKFTW , to selfhosted in Where to find guide on self hosting for a complete beginner?

Additionally, is a self hosted server only accessible inside my home? What about accessing the services outside, like Bitwarden or Nextcloud apps that require syncing and availability of data wherever I am? If it is useless outside, there would be no point for me personally to self host in the first place since I am perfectly fine with using cloud services for now and the convenience that comes with it. Plus, no one else in my family cares about self hosting and I don’t wish to spend the effort to convince them to in vain, so setting up a server for convenience of everyone at home is also out of the question.

It is only accessible from your local network (if it is there in the first place, you can always selfhost on rented virtual private server), until you make it accessible. There a different ways to achieve that:

  • Wireguard tunnel
  • cloudflare tunnel
  • (reverse) ssh tunnel
  • dynDNS
  • opening ports on your router

Which is the way for you depends on the circumstances, how your ISP connects you to the internet mainly

CAPSLOCKFTW , to asklemmy in What's the best vacuum cleaner in your opinion?

Aeg vx7, with bags, very good performance, reasonably loud, long cable. Bought in 2018 and still very good.

CAPSLOCKFTW , to selfhosted in Serving Local Content Through Cloudflare Tunnels

I use reverse ssh tunnels, technically running on my home server. For each service i want to expose on the internet, i have a systemd-unit which handles a said reverse tunnel to the vps. Basically, the port running the service locally gets tunneled to a port on the vps, that happens via ssh, so reasonably secure (login as root disabled, login with password disabled, with a special user with little to no rights running the systemd service locally and remotely to log in via ssh). On the remote vps, there is a reverse proxy running, nginx, which works like the service would be running on the remote vps, really. There are some services actually running there, a mail server for example. The config files aren’t really different, everything nginx handles gets passed to a localhost port. A nginx instance is also running on the local home server to serve all the local services and the global ones locally, and the dns on my main router resolves the adresses of the global services to the local ones. SSL-Certificates are acquired by the remote vps and copied to the local home server, so that the end users don’t have any difference in their ux regardless if they are in the local network or somewhere outside.

Edit: I mostly use this approach because my ISP uses dualStack lite and I could not access anything local from outside with any other technique. But I like it, it is really basic.

CAPSLOCKFTW , to linux in What distro to choose in parallel to steamos

Whoops, i was wrong

CAPSLOCKFTW , (edited ) to linux in What distro to choose in parallel to steamos
CAPSLOCKFTW , to asklemmy in What is the most "Thankless" job?

Housewive/-husband.

CAPSLOCKFTW , to selfhosted in What's your preference for a text chat server (e.g. IRC/XMPP/Matrix/Zulip/etc.)?

Thanks, i do already know the lounge, but I self host quassel and have my own self hosted image sharing solution.

CAPSLOCKFTW , to selfhosted in What's your preference for a text chat server (e.g. IRC/XMPP/Matrix/Zulip/etc.)?

Oh well, there are different implementations of IRC, and some limit you more than others. Flood protection is a pita if you want to share long text, since max message length is not that much. Netsplits are still a thing and your nick can’t be longer than 15 chars. Text formatting works on most servers, but that’s no guarantee. The length of a channel topic is also limited. You interact with the server only through the same messages you send to your chats. You need some kind of bouncer to still follow a chat if offline.

CAPSLOCKFTW , to selfhosted in Serving Local Content Through Cloudflare Tunnels

I host my own tunnels on a vps, and i indeed use one tunnel for every app. There are only 3, so no big deal, but I wanted to make sure to expose only what I want to be exposed, as I have some more services running in my local network only.

CAPSLOCKFTW , to selfhosted in What's your preference for a text chat server (e.g. IRC/XMPP/Matrix/Zulip/etc.)?

I’m in a irc channel with a bunch of internet friends. I like how ancient it is, it reminds me of the old internet. The limitations are severe however and I would never suggest to anyone to use IRC as a text chat server. Without these people and the nostalgia I would go for matrix I think.

CAPSLOCKFTW , to linux in Install Steam games on external drive

Create a dir in a place you like

mkdir (If it is in a dir where you have no write access, you need to sudo or doas)

Unmount the automounted /dev/sda1

umount /dev/sda1

Then mount sda1 to the newly created dir

mount /dev/sda1

Then you can use genfstab to create a fstab entry. (You maybe need to sudo pacman -S arch-install-scripts)

genfstab /

This will write a fstab file to stdout (the terminal). Look for the line with , copy it and sudo open the /etc/fstab file with your prefered editor. Add the line at tge bottom and add the flags rw,user,noauto to the entry.

This way you have to manually mount sda1 every time you boot with mount /dev/sda1

You can add that to your .bashrc or equivalent. (If you don’t plan to remove the disk, you can skip the noauto and the drive will be loaded automatically, but if it is unplugged your system won’t boot normally). Maybe there is a better way, but this way works for me good enough.

CAPSLOCKFTW , to linux in Install Steam games on external drive

I’m not in reach of a pc to test, but I think the problem is that the partition is mounted temporary. Try making a new mountpoint and adding it to fstab (with noauto iirc, so that your system does not hang when you start with the drive unplugged).

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines