• 5 Posts
  • 21 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)



  • Long time Fedora user here. I’ve used Manjaro for a few months before Fedora and I’ve switched to PopOS! a few months ago because it was better supported from my laptop manufacturer…

    I’ve to admin I was a bit skeptical about switching to a Debian based distro, because I’m someone who likes to follow the latest news in the field and gets exited to try the latest stuff. But then I did and gosh if it’s a smoother experience compared to Fedora! (which itself was a notable smoother experience compared to Manjaro). I’m not saying that Fedora experience was bad, I still think is one (if not the) best compromise between usability and freshness, but I’d say that with Pop I’ve had even less troubles than with windows! The price of that? Being stuck with Gnome 42 after having tried the goodies of newer ones :/

    TL;DR: If you think you can live without the latest magic from the linux community, to then I’d reccommend you Pop. Otherwise Manjaro is a good distro and from what I can remember NVIDIA drivers works almost out-of-the-box but be ready for some frequent minor troubleshooting sessions







  • I am a Firefox user both on desktop and on my android phone. And not only to support Mozilla in keeping the browser engine competition alive, but also because of some really good features that alternatives are missing (respectively Multi-Account containers on desktop and extensions on Android).

    On my iPad, though, I tried using Firefox (even just to have bookmarks and history synced) but it’s really just a reskin of Safari with worse integration with the system and less features. Therefore I moved back to safari.

    Why am I telling this? Because for any non tech-savvy user, if their first experience with FF is on their iPhone / iPad (with the WebKit version), they will probably not like it, and eventually associate in their mind “Firefox = bad browser”, preventing them to give it a try on their desktop. So, from a certain point of view, maybe getting rid of the WebKit version would help Mozilla gather some more users on the other platforms in the long term…


  • Well, to be fair the EU can’t force Apple to change outside of its territories, and it makes sense that Apple prefers to maintain the status-quo untill other countries will follow EU example with similar regulations.

    I can see Mozilla’s point there, but this scenario, even it it’s not optimal, still seems me a better one compared to the All-WebKit-Everywhere one. If Mozilla struggles to maintain two versions of Firefox for iOS, I’d say they can drop the useless WebKit version and just maintain the real version for EU only market (untill other markets will follow).

    How many people are currently choosing FF in favour of Safari on iOS after all?



  • shaked_coffee@feddit.ittoTechnology@lemmy.worldStop using Opera Browser and Opera GX
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    5 months ago

    I think there are some better alternatives out there such as Firefox + uBlock Origin extension, Brave, Vivaldi (maybe Arc? Haven’t tried it yet) that gives you some extra features that are missing in safari (for example Multi-account containers, vertical tabs, split tabs,… just to mention the ones I enjoy the most)

    But if you just want a browser that works from a normal usage I don’t see nothing wrong in using Safari.

    +it uses an engine different from Blink (aka Chromium) which keeps a little bit of variety in the browser engine market. So while using Safari you’re also doing something good for the internet imho








  • Of course I find this attempt from Microsoft to make you stick on Edge (together with all the other ones) pretty ridicolous, But after having to use Win11 + Edge for a bunch of days instead of my usual OS and Browser I really don’t understand why people who doesn’t give a shit about their privacy and the welfare of the internet (because if you use Google Chrome this must be your case) just don’t use Edge. It’s basically chrome but with more cool features and a much better integration with the OS!

    So I guess in this case maybe it was not an attempt to make user stick with Edge, but just the Edge developers being annoyed by the fact that all what they do is not apreciated 😂



  • shaked_coffee@feddit.itOPtoSelfhosted@lemmy.worldSelfhosted Trello Alternative?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    9 months 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 :)