[PR #24] [MERGED] Add nginx and docker (with optional traefik proxy) for running the API #40

Closed
opened 2026-02-27 23:03:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/simonmicro/Pritunl-Fake-API/pull/24
Author: @amirhmoradi
Created: 11/18/2022
Status: Merged
Merged: 7/9/2023
Merged by: @simonmicro

Base: masterHead: patch-1


📝 Commits (5)

  • 8efb741 Add nginx conf to use this via nginx+php-fpm
  • ac27e0b Run API behind Traefik, on docker swarm
  • ba6bd38 Runs this API on port 80
  • c01a7d9 Merge branch 'simonmicro:master' into patch-1
  • de5076c fix: Files moved, docs updated and server updated:

📊 Changes

10 files changed (+373 additions, -3 deletions)

View changed files

📝 README.md (+13 -1)
📝 docker/Dockerfile (+4 -1)
docker/api-only/conf.d/pritunl-fake-api.conf (+40 -0)
docker/api-only/docker-compose.yml (+98 -0)
📝 docker/docker-compose.yml (+2 -0)
docs/docker/api-only-install.md (+36 -0)
docs/docker/pritunl-patched-install.md (+28 -0)
docs/nginx/hard_nginx.conf (+44 -0)
docs/nginx/install.md (+105 -0)
📝 server/setup.py (+3 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/simonmicro/Pritunl-Fake-API/pull/24 **Author:** [@amirhmoradi](https://github.com/amirhmoradi) **Created:** 11/18/2022 **Status:** ✅ Merged **Merged:** 7/9/2023 **Merged by:** [@simonmicro](https://github.com/simonmicro) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (5) - [`8efb741`](https://github.com/simonmicro/Pritunl-Fake-API/commit/8efb741dcd03f4b2a3e20bfcd0437c755dec94c6) Add nginx conf to use this via nginx+php-fpm - [`ac27e0b`](https://github.com/simonmicro/Pritunl-Fake-API/commit/ac27e0ba3da1683127f7571ef9b3253ff023606d) Run API behind Traefik, on docker swarm - [`ba6bd38`](https://github.com/simonmicro/Pritunl-Fake-API/commit/ba6bd384314a3071aba41d2d2bfdc30016780482) Runs this API on port 80 - [`c01a7d9`](https://github.com/simonmicro/Pritunl-Fake-API/commit/c01a7d9c98be8c6b6481f2b3c6c59a149e6fadc7) Merge branch 'simonmicro:master' into patch-1 - [`de5076c`](https://github.com/simonmicro/Pritunl-Fake-API/commit/de5076c218ec04b603475818332dcbd158639c83) fix: Files moved, docs updated and server updated: ### 📊 Changes **10 files changed** (+373 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+13 -1) 📝 `docker/Dockerfile` (+4 -1) ➕ `docker/api-only/conf.d/pritunl-fake-api.conf` (+40 -0) ➕ `docker/api-only/docker-compose.yml` (+98 -0) 📝 `docker/docker-compose.yml` (+2 -0) ➕ `docs/docker/api-only-install.md` (+36 -0) ➕ `docs/docker/pritunl-patched-install.md` (+28 -0) ➕ `docs/nginx/hard_nginx.conf` (+44 -0) ➕ `docs/nginx/install.md` (+105 -0) 📝 `server/setup.py` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:03:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Pritunl-Fake-API#40
No description provided.