Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wireguard override #951

Closed
nemchik opened this issue Jul 8, 2020 · 7 comments
Closed

wireguard override #951

nemchik opened this issue Jul 8, 2020 · 7 comments
Assignees
Labels
apps Automatic label docs Automatic label enhancement New feature or request no-issue-activity

Comments

@nemchik
Copy link
Member

nemchik commented Jul 8, 2020

Ref: GhostWriters/DockSTARTer.com#128

Add wireguard override page

wireguard:
    image: linuxserver/wireguard
    hostname: ${DOCKERHOSTNAME}
    ports:
    - 51820:51820/udp
    sysctls:
      - net.ipv4.conf.all.src_valid_mark=1
    container_name: wireguard
    cap_add:
    - NET_ADMIN
    - SYS_MODULE
    environment:
    - PGID=${PGID}
    - PUID=${PUID}
    - TZ=${TZ}
    - SERVERURL=auto #optional
    - SERVERPORT=51820 #optional
    - PEERS=1 #optional
    - PEERDNS=auto #optional
    - INTERNAL_SUBNET=10.13.13.0 #optional
    logging:
      driver: json-file
      options:
        max-file: ${DOCKERLOGGING_MAXFILE}
        max-size: ${DOCKERLOGGING_MAXSIZE}
    restart: unless-stopped
    volumes:
    - /etc/localtime:/etc/localtime:ro
    - ${DOCKERCONFDIR}/wireguard:/config
    - /lib/modules:/lib/modules
@jodfie
Copy link
Contributor

jodfie commented Jul 8, 2020

This is no longer needed because @angrycuban13 beat me to it though right @nemchik ?

@angrycuban13
Copy link
Contributor

I haven’t done the wireguard stuff @jodfie i can’t wrap my head around it yet lol

@jodfie
Copy link
Contributor

jodfie commented Jul 8, 2020

That’s what I get for doing too many things at once... haha... I thought this was YoutubeDL 🙄😒😆

@angrycuban13
Copy link
Contributor

🤣

youtube-dl and traktarr were merged today

@nemchik
Copy link
Member Author

nemchik commented Jul 9, 2020

I'd like to add wireguard to the full time roster to be honest. it's just a matter of copying files and adjusting things. see #956
I literally copied calibreweb and renamed it and did a mass replace to calibre and adjusted ports, environment variables, volumes, and descriptions in the labels.

@angrycuban13
Copy link
Contributor

Is this the self hosted VPN server or is this for you to connect to and use as you would ovpn

@jodfie jodfie self-assigned this Jul 11, 2020
@jodfie jodfie added apps Automatic label enhancement New feature or request docs Automatic label labels Jul 11, 2020
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps Automatic label docs Automatic label enhancement New feature or request no-issue-activity
Projects
None yet
Development

No branches or pull requests

3 participants