theta42 / proxy

Simple API and Web front end to configure HTTP/S proxy, auto lets encrypt.
MIT License
2 stars 2 forks source link

API backed CLI interface #17

Open wmantly opened 5 years ago

wmantly commented 5 years ago

The CLI interface may not live on the same host as the main app.

azjones227 commented 5 years ago

Can i/Should I hard code it to the main server @718it.biz? or should that be something that can be altered via conf?

wmantly commented 5 years ago

via conf, there will be a file somewhere in /etc/ that will hold the API URL and API token.

wmantly commented 5 years ago

Dont worry about that for now, that is a few steps down the road. When we are ready to have API backed CLI, we will break the CLI parts into its own repo. And we will make make a debian package to install the CLI, probably using this https://github.com/jordansissel/fpm

wmantly commented 4 years ago

26