2024-03-18 18:42:13 +08:00
2023-10-30 14:40:43 +07:00
2024-03-18 18:42:13 +08:00
2024-03-18 18:42:13 +08:00
2023-10-30 14:41:19 +07:00
2023-10-30 14:40:43 +07:00
2023-10-30 14:40:43 +07:00
2022-11-24 21:54:18 +07:00
2022-11-22 14:07:36 +07:00
2022-12-17 01:45:33 +07:00

Wireguard Backend

Code Structure

    ocp-wg-backend
        -> wgweb    # Your global configs
        -> wg_api   # Your shitty APIs
            -> utils # Custom tools for custom tasks

Docker based deployment

  1. Create docker container with docker build . -t wg-backend
  2. Run the docker with volume binding to apply realtime code changes.
        docker run --rm -it -v $(pwd):/usr/src/app wg-backend
    

Future works

  • Implement docker-compose deployment method.
Description
No description provided
Readme 86 MiB
Languages
Python 99.2%
Dockerfile 0.8%