• 2 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle

  • Then I would suggest you to take a look at Reverse Proxies, which are programs that let you publicly expose different services hosted on the same computer under different (sub)domains.

    The easiest to start with (and also probably the one that better fits your needs) afaik is NGINX Proxy Manager, which can be set up really easily using docker, and you can find plenty of tutorials online (here is one I watched when I was starting to look into docker and selfhosting, it’s a bit old but should still be valid).

    If after having set up that you will to thinker around it a little bit and dive a bit deeper, there’s also Traefik which is pretty cool and also has a lot of materials to learn online.

    I don’t remember if the video I linked mention it or not, but to use a reverse proxy to expose your services on the web you will first need to set up a dynamic dns (probably the easiest way is to use Cloudflare) or to ask your ISP for a static IP, then go into your routers settings and find the Port Forwarding section where you should tell your routers to send all the incoming traffic from ports 80 (HTTP) and 443 (HTTPS) to the local IP of your server. And then you should be ready to use spin up Nginx Proxy Manager or Traefik on your server.

    (idk if I was clear or not but I swear it’s easier that how it seems ahah)




  • Ahahah sorry, I know what Authy is.

    Mine wanted to be a way to say that after I discovered Ente Authenticator (the link I attached), which is another 2FA app that keeps an encrypted backup of your codes and lets you access them on multiple platforms and it’s foss, I “almost forgot about Authy” since Ente Auth replaced it perfectly for my use case.

    I thought that since is not a very famous project others could have found it useful














  • shaked_coffee@feddit.itOPtoSelfhosted@lemmy.worldSelfhosted Trello Alternative?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 year ago

    I would love to, but I really can't figure out how to spin it up on our server… is an ARM server where we are currently using the traefik reverse proxy to expose a couple of services in docker compose stacks.

    If you have a Focalboard docker compose file to share (even if it's using a different reverse proxy and not traefik) it would be super useful for me :)




  • Up for GrapheneOS! It’s weird that to have a degoogled phone you need to buy Google’s ones but so far is the smoothest ungoogled experience I had (I tried LineageOS without GApps, LineageOS with microG and /e/ OS in case you were wondering) Also, since google services are installed in a sandbox you could even have a profile where you have them and all apps that require Google Play separated from the profile you normally use which is pretty cool (even if I’m using them sandboxed just with the permissions I need on my primary profile atm)


  • I was using .ml domains for my selfhosted services, since it was just an hobby and I didn’t wanted to invest money on it. Apart from Freenom website being pretty unusable since I have memory, I’ve already had troubles renewing them last year and now they stopped working without any notice nor update from Freenom itself. Finally I decided to move to a payed domain from Infomaniak, since it’s been more than a year I’ve been selfhosting and $10/year is a fair price for me.

    But still without those free domains I wouldn’t probably ever started selfhosting, and I guess a lot of other people like me wouldn’t have experimented or spin up their projects if they had to pay for a domain from the beginning. So despite my hate for Freenom I guess I have to thank them and hope someone else (maybe a bit more “professional”) will take its place in the future