apilylabs / ophiuchi-desktop

A local https proxy server using docker as backend
MIT License
752 stars 27 forks source link

[Feature] Ability to edit template docker-compose.yml and nginx.conf #15

Open cheeselemon opened 3 months ago

cheeselemon commented 3 months ago

Current problem :

When users wish to use edit server configuration, they must edit the generated file. The generated file will reset when they reload docker container because the app will copy from bundled template.

Solution :

Copy the app bundle template file to a local template file and let users edit templates for each proxy configuration.