Commit Graph

141 Commits (8e03e83f8d7b987e9b58f4ebdc2c18d50e8aeed5)

Author SHA1 Message Date
Luka Vandervelden 8e03e83f8d Primitive README added. 2019-11-18 16:52:23 +01:00
Luka Vandervelden c8c0be9804 WIP for on-the-fly users. 2019-11-17 20:06:42 +01:00
Luka Vandervelden ab9a76326e %file configure: can be set. 2019-11-16 21:41:12 +01:00
Luka Vandervelden 1ec624db41 Naming convention. 2019-11-16 21:29:55 +01:00
Luka Vandervelden 671bf44dc4 Template additions. 2019-11-16 21:28:58 +01:00
Luka Vandervelden 3a502f0415 Manpages update. 2019-11-16 18:04:23 +01:00
Luka Vandervelden 8d5839724b templates can now `raise` exceptions. 2019-11-16 16:08:52 +01:00
Luka Vandervelden 00dc153121 provider=none forces not using a token. 2019-11-16 13:25:00 +01:00
Luka Vandervelden caeb5fcb70 Syntax fixes in service.1. 2019-11-13 00:40:13 +01:00
Luka Vandervelden b074dae4e6 WIP documentation. 2019-11-12 20:03:45 +01:00
Luka Vandervelden 1a90b285d2 Non-runnables are being setup automatically.
In practice, they’re being setup after their last token provider has
been started.
2019-11-11 20:52:15 +01:00
Luka Vandervelden ef7521c5b6 Imprroves postgresql’s readiness-check-command. 2019-11-11 19:02:04 +01:00
Luka Vandervelden f2507e2dd0 readiness-check-command: implemented.
The 'postgresql' service is a good example of how this is used in
practice.
2019-11-11 16:52:40 +01:00
Luka Vandervelden c43eb7af42 Grooming.
Fixes some issues introduced in the last commit.
2019-11-10 19:25:45 +01:00
Luka Vandervelden d3fe317665 Grooming, `service reload`, `Service#reload`.
`reload-command:` can be defined in service definition `.spec` files.
2019-11-09 21:52:43 +01:00
Luka Vandervelden 77290392b2 Naming conventions in postgresql.spec. 2019-11-09 14:53:30 +01:00
Luka Vandervelden f3633eba63 Minor UI edition for consistency. 2019-11-09 14:49:54 +01:00
Luka Vandervelden 4a03200130 Improved variable expansion in service definitions. 2019-11-09 14:47:29 +01:00
Luka Vandervelden 5852a1b818 Improved UI a bit. 2019-11-09 13:35:25 +01:00
Luka Vandervelden 32dd294c1b Fixing postgresql’s UNIX sockets directory. 2019-11-09 13:27:27 +01:00
Luka Vandervelden c2730bdd71 Improved service removal. 2019-11-08 15:54:44 +01:00
Luka Vandervelden 87929be026 Updating service definitions format.
THIS IS A BREAKING CHANGE

Hopefully, this change will make it easier to remove data on service
removal, but also to export and backup service data and to add
per-service system users.

A few obsolete service definitions have also been updated to the new
format.

Testing is still incomplete, you may want to wait a few commits before
using this.
2019-11-08 14:36:59 +01:00
Philippe PITTOLI e0e81d8581 Services can now be "Non Runnable". 2019-11-08 01:08:57 +01:00
Philippe PITTOLI 10cd792373 Delete the PID file when stopping the service. 2019-11-07 21:03:26 +01:00
Luka Vandervelden 1c80a80158 Custom names for services.
Services must be created as `[env/]custom_name` and be passed a `type=`
parameter when created.
2019-11-07 18:08:57 +01:00
Luka Vandervelden 6c3024c92f Merge branch 'master' of ssh://git.karchnu.fr:2202/WeirdOS/service 2019-11-07 14:45:25 +01:00
Luka Vandervelden 3a6d16840c Updating authd.spec. 2019-11-07 14:45:12 +01:00
Philippe PITTOLI fd704745fa removing "test" port 2019-11-04 14:00:13 +01:00
Philippe PITTOLI 36000bfb97 nginx template: pid instruction 2019-11-02 22:41:29 +01:00
Philippe PITTOLI 106e7612e9 Merge branch 'nginx' of ssh://git.karchnu.fr:2202/WeirdOS/service into nginx 2019-11-02 22:14:31 +01:00
Philippe PITTOLI f6f4d542ae nginx: new template 2019-11-02 22:14:08 +01:00
Luka Vandervelden 184db7db1e waitpid() called when stopping services. 2019-10-29 14:22:13 +01:00
Luka Vandervelden 7fdccfa1b2 `service status --verbose` 2019-10-29 13:08:58 +01:00
Luka Vandervelden cd6fd4c81f Improved `service status` a bit. 2019-10-29 12:48:36 +01:00
Luka Vandervelden b202aa2b5c Merge branch 'nginx' of ssh://git.karchnu.fr:2202/WeirdOS/service into nginx 2019-10-29 12:33:27 +01:00
Luka Vandervelden 6ee52f5baa Ports management overhaul. 2019-10-29 12:32:49 +01:00
Philippe PITTOLI 56ffb39cc5 nginx proxy, gitea proxied 2019-10-28 18:10:50 +01:00
Luka Vandervelden 5c6198a023 Merge branch 'nginx' of ssh://git.karchnu.fr:2202/WeirdOS/service into nginx 2019-10-28 14:06:39 +01:00
Luka Vandervelden 3349c3f251 WIP optional tokens. 2019-10-28 14:06:05 +01:00
Philippe PITTOLI 221206ec84 Merge branch 'nginx' of ssh://git.karchnu.fr:2202/WeirdOS/service into nginx 2019-10-28 13:39:22 +01:00
Luka Vandervelden df718d2a9e gitea gets require-domain and its domain used in templates. 2019-10-28 13:24:41 +01:00
Luka Vandervelden 55dbfa7999 Some services now require a domain name to be provided. 2019-10-28 13:22:15 +01:00
Luka Vandervelden e336abdee5 Merge branch 'nginx' of ssh://git.karchnu.fr:2202/WeirdOS/service into nginx 2019-10-28 06:39:32 +01:00
Luka Vandervelden 3a3db5bde1 Grooming. 2019-10-28 06:37:57 +01:00
Luka Vandervelden 86f3294689 gen-config: 'service' replaces several variables. 2019-10-28 06:17:45 +01:00
Luka Vandervelden 0f89791a76 Debug message removed. 2019-10-28 06:08:58 +01:00
Luka Vandervelden 36829e8664 Grooming. 2019-10-28 06:08:58 +01:00
Luka Vandervelden c80360e380 Grooming. 2019-10-28 06:08:58 +01:00
Luka Vandervelden 9a74130efa wip, stuff 2019-10-28 06:08:58 +01:00
Philippe PITTOLI 358c7441e6 first attempt at adding the nginx service 2019-10-28 06:08:58 +01:00