Skip Navigation
Removed
Releases · linuxserver/docker-duplicati · GitHub
  • That's because linuxserver focuses on creating docker images for existing projects.

    Usually if you check a product on linuxserver.io is because you know already the product and you want to find a good quality docker (docker compose) image.

    All the github and docker pages from linuxserver have the same structure and after the generic intro they present the project.

    Personally I love what they're doing but I understand your confusion, it was the same for me when I first knew of the project.

  • Port forward to different IP based on destination address
  • I think you can achieve it with a reverse-proxy. Let's say that domain.com points at server 0, you'll have to put a reverse proxy that answers all calls. In the config of the reverse proxy you'll have to redirect the services based on the domain. I'm using Caddy and this example should work:

    0.domain.com {
                            reverse_proxy http://X.X.X.X:8080
                          }
    1.domain.com {
                            reverse_proxy http://Y.Y.Y.Y:8123
                            } 
    

    And so on.

    EDIT: Looks like I was late to the party! +1 to @greco reply as it's more complete and clear (especially on the risks of this approach)

  • Beeper Self Hosting
  • For what I understood the decryption/encryption process happens on the bridge. The bridge is the selfhosted component so the transformation would happen in your server and they would have no visibility over the unencrypted message.

  • [Haiku] Summertime vibes
  • HaikuOS, simply FANTASTIC! Out of curiosity are you using it as a daily driver? I've tried early beta (2010 or so) and it was super fast but not enough to use it every day...

  • Maybe we could sleep in / Make you hotdog pancakes / Pretend like it's the weekend now
  • Fortunately this is not the case, Mortadella has to have "big" chunks of fat in it unlike what you see in the picture.

    Said that, I've seen seen some abominations that made me wonder if it was even legal to label it as human food (I'm exaggerating :D)

    Source: https://en.m.wikipedia.org/wiki/Mortadella

  • Movie
  • The Expendables 4 is out? You made my day, really need to watch it! I enjoyed all of the three in the series, light humor, action, all my old heroes.... couldn't ask for more.

    Give me some time to watch it before calling the cops to pick me up :D

  • Joplin alternative needed
  • Did you know that you can use Joplin on a standard webdav server? Basically it just takes up the space of the data itself. I have it on a Caddy server and works like q charm synching between Windows and Android client

  • Baldur's Gate 3 has won Steam's 2023 GOTY Award
  • Thanks, makes much more sense. Too bad that some great titles lost just because they were not so popular. To be fairer Steam should add some rules like: of you didn't play the game, you cannot vote it...

  • If forced to choose one retro console forever what would you choose and why?
  • I found Xenoblade absolutely impressive under all aspects. Zelda is fantastic, FF EX, Dragonquest... all with their distinctive art style and mechanics

    But what really stuns me are the emulation capabilities. You can play all Nintendo portable games at ease + a ton of home console of the '90s and before and all in your pocket

  • Web based IDE suggestion [SOLVED]
  • Yes, I've tried already that option (code server) and unfortunately I cannot use the "Remote" / "Dev Containers" extension with it. If you know how to do that, please let me know.

  • Web based IDE suggestion [SOLVED]

    Hello everyone, I'm looking for a web based IDE that can create isolated development environments as you could do in Koding or with VSCode with the "Remote" extension.

    My use case is quite simple, I want to play around with different projects and languages without installing anything directly on my machine (docker containers FTW) to reduce conflicts between packages and garbage. The "web based" requirement is because I have a server with plenty of capacity to take care of this task and I'd like to keep as clean as possible my PC.

    I've tried already code server but I cannot install the "Remote" extension to have it create containers on demand.

    Any suggestion or help is more than welcome! :D

    Edit: Thanks everyone for your great suggestions and idea, much appreciated! It took (and it's taking) me some time to explore the options you mentioned and the most aligned with my needs is Coder - thanks @cooopsspace@infosec.pub ) ! Basically with it I can create ephemeral development environments with the toolchain I want that contains instances of code-server.

    17
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KN
    knF @lemmy.world
    Posts 1
    Comments 41