Bugsy
Bugsy
DDokploy
Created by Bugsy on 1/11/2025 in #help
How long does it take for a SSL to apply?
ah ok
5 replies
DDokploy
Created by Bugsy on 1/11/2025 in #help
How long does it take for a SSL to apply?
I restarted it and fixed?
5 replies
DDokploy
Created by Bugsy on 1/11/2025 in #help
How long does it take for a SSL to apply?
Ok it finally applied
5 replies
DDokploy
Created by tylkomat on 1/6/2025 in #help
mongodb hacked after a view hours of being accessible
I mean I started a new server today and installed dokploy on it and my mongodb has been fine for like 10 hours
41 replies
DDokploy
Created by Bugsy on 1/6/2025 in #help
[Solved] WG Easy Bad Gateway
For some reason the ports: thingy meaning nothing because its running on 51821
9 replies
DDokploy
Created by Bugsy on 1/6/2025 in #help
[Solved] WG Easy Bad Gateway
Oh i fixed it
9 replies
DDokploy
Created by Bugsy on 1/6/2025 in #help
[Solved] WG Easy Bad Gateway
No description
9 replies
DDokploy
Created by Bugsy on 1/6/2025 in #help
[Solved] WG Easy Bad Gateway
Did you find anything?
9 replies
DDokploy
Created by Bugsy on 1/6/2025 in #help
[Solved] WG Easy Bad Gateway
services:
wg-easy:
environment:
- LANG=en
# ⚠️ Required:
# Change this to your host's public address
- WG_HOST=${WG_HOST}
- PASSWORD_HASH=${PASSWORD_HASH}
- WG_PORT=${WG_PORT:-51820}
image: ghcr.io/wg-easy/wg-easy
container_name: wg-easy
volumes:
- /mnt/etc_wireguard:/etc/wireguard
ports:
- "51820:51820/udp"
# - "51821:51821/tcp"
restart: unless-stopped
cap_add:
- NET_ADMIN
- SYS_MODULE
# - NET_RAW # ⚠️ Uncomment if using Podman
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
services:
wg-easy:
environment:
- LANG=en
# ⚠️ Required:
# Change this to your host's public address
- WG_HOST=${WG_HOST}
- PASSWORD_HASH=${PASSWORD_HASH}
- WG_PORT=${WG_PORT:-51820}
image: ghcr.io/wg-easy/wg-easy
container_name: wg-easy
volumes:
- /mnt/etc_wireguard:/etc/wireguard
ports:
- "51820:51820/udp"
# - "51821:51821/tcp"
restart: unless-stopped
cap_add:
- NET_ADMIN
- SYS_MODULE
# - NET_RAW # ⚠️ Uncomment if using Podman
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
9 replies