Extending our CLI
-
Currently, the CLI tool is primarily targeted at app packagers and those who deploy custom apps. We are making good progress with the API docs at https://docs.cloudron.io/api.html .
One idea was to maybe add some commands in our CLI tool to help sysadmins script and automate various workflows. We don't want to put all possible REST APIs, that will be too much to maintain and implement.
Currently, the plan is to add these:
cloudron network get/set blocklist
cloudron reverseproxy renew-certs
cloudron system is-reboot-required
cloudron user *
- various commands to add/del/list/remove user
Suggestions/comments/additions?
We are still not clear if this is a separate CLI tool or just part of our existing one. We currently have commands like
cloudron restart
. If we make the CLI tool "mainstream", then we have to change these commands. -
Great plan!
@girish said in Extending our CLI:
cloudron network get/set blocklist
This should be something in the UI first, however (IMHO)
-
This is a list with individual IPs - I was thinking about an interface where you can subscribe to blocklists (such as the ones by ipdeny.com etc.)
-
@necrevistonnezr Uhh that would be nice as well
-
@necrevistonnezr ah, that feature is not even implemented...
-
@BrutalBirdie As currently possible manually as described here: https://forum.cloudron.io/post/80825