This commit is contained in:
Artur Gurgul 2025-08-01 12:52:57 +02:00
commit b3dba4542f
44 changed files with 1596 additions and 0 deletions

18
bin/server Executable file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env ruby
require 'server_manager'
# server application add file.yml
# ServerManager.init_sapplication("filename")
# server application remove name
# ServerManager.remove_application("service_name")
# server application passwd name
# ServerManager.application_passwd("service_name")
# server user add user-name
# server user remove user-name
# server user passwd user-name
# server install app-name