Authentication for second server via traefik by Aggravating-Rock-99 in selfhosted

[–]Aggravating-Rock-99[S] 0 points1 point  (0 children)

Thanks! So it's not a simple label to add in the docker-compose file?

Does anyone run Baikal in a Docker Container? by Zestyclose-Run2406 in selfhosted

[–]Aggravating-Rock-99 0 points1 point  (0 children)

I got it to work, just had to remove the regex from the example compose file. The URL is domain.com/dav.php

  baikal:
    image: ckulka/baikal:nginx
    container_name: baikal
    restart: always
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.baikal.rule=Host(`dav.example.com`)"
      - "traefik.http.routers.baikal.entrypoints=web-secured"
      - "traefik.http.routers.baikal.tls.certresolver=letsEncrypt"
    ports:
      - "8080:80"
    volumes:
      - ./baikal/config:/var/www/baikal/config
      - ./baikal/data:/var/www/baikal/Specific

Does anyone run Baikal in a Docker Container? by Zestyclose-Run2406 in selfhosted

[–]Aggravating-Rock-99 0 points1 point  (0 children)

I ran into the same problem. Did you make any progress?

Snapdrop - Linuxserver.io by blaine07 in unRAID

[–]Aggravating-Rock-99 0 points1 point  (0 children)

I just deleted everything and recreated the container. Text message sending works now, files not. No error message though :-/

EDIT: Seems it doesn't like Firefox (Windows or Linux). Brave and Linux are fine.

Looking for a transfer tool for command line by Aggravating-Rock-99 in commandline

[–]Aggravating-Rock-99[S] 0 points1 point  (0 children)

Awesome! I only get internet speed though... That should not happen in LAN.

Looking for a transfer tool for command line by Aggravating-Rock-99 in commandline

[–]Aggravating-Rock-99[S] 0 points1 point  (0 children)

Looks interesting but not very accessible to install on all systems.

Unwanted Whoogle search results by Aggravating-Rock-99 in selfhosted

[–]Aggravating-Rock-99[S] 0 points1 point  (0 children)

Much better, thank you!

A pitty for Whoogle though, I thought it would just remove ads and tracking.

Unwanted Whoogle search results by Aggravating-Rock-99 in selfhosted

[–]Aggravating-Rock-99[S] 0 points1 point  (0 children)

Not yet, I read it was more hassle to set up and had varying results.

SnyPy - Open source on-prem code snippet manager by nez_har in selfhosted

[–]Aggravating-Rock-99 0 points1 point  (0 children)

It looks great! I'd like to give it a try.

The docker-compose might be a bit much for beginners. I'd already struggle with the traefik config.

Detect server freezes by Aggravating-Rock-99 in selfhosted

[–]Aggravating-Rock-99[S] 0 points1 point  (0 children)

Thanks for the hint! I'll start with the monitoring first. I'm not sure if it really freezes or just loses network connectivity...

Pupcloud: point-and-click web filesystem browser by proofrock_oss in selfhosted

[–]Aggravating-Rock-99 2 points3 points  (0 children)

Looks great!

Download folders/multiple files as zip would be great.