Olof hagsand
e6178858f0
In the bbuild system, you dont need to do make install-include for installing include files for compiling. This is now included in the actions done by make install.
2020-04-05 12:25:33 +02:00
Olof hagsand
3d5abb77f9
* Backend daemon drops privileges after initialization (to not run as root)
...
* New config option `CLICON_USER` with default value `clicon`
* Can also be set with `-U <user>` clixon_backend command-line option
2019-09-11 21:24:14 +02:00
Olof hagsand
6bcaea259c
documentation
2019-09-01 19:45:54 +02:00
Olof hagsand
d9cf43bd46
Preparing for 4.1.0
2019-08-17 17:25:20 +02:00
Olof Hagsand
388da01d0b
base hello docker example
2019-08-17 14:55:44 +00:00
Olof hagsand
14d319dd9b
* A new "hello world" example is added
...
* The directory `docker/system` has been moved to `docker/main`
2019-04-17 11:26:05 +02:00
Olof hagsand
b1c74b5f1f
* Ensured you can add multiple callbacks for any RPC, including basic ones.
...
* Extra RPC:s will be called _after_ the basic ones.
* One specific usecase is hook for `copy-config` (see [doc/ROADMAP.md] that can be implemented thus way.
* `rpc_callback_register` added a namespace parameter. Example:
```
rpc_callback_register(h, empty_rpc, NULL, "urn:example:clixon", "empty");
```
2019-03-10 17:27:52 +01:00
Olof Hagsand
d64d433468
* Changed base OS in clixon-system container to Alpine
...
* Moved datastore/text/ code to datastore/ since there is only one type of datastore.
* Added "magic script line" to test script for sourced and scriped exits
2019-02-16 17:45:39 +01:00
Olof Hagsand
2ca1c1292c
docker system push
2019-02-12 13:38:23 +01:00
Olof Hagsand
f02310dcef
More on clixon base container on Alpine
2019-02-12 11:11:04 +01:00
Olof Hagsand
f1be029f71
Changed clixon base system container to use Alpine [docker/base](docker/base).
2019-02-11 17:55:47 +01:00
Olof Hagsand
dc173e0b4c
docker base and system images, and trigger docker test from travis.
2019-02-11 15:47:12 +01:00
Olof Hagsand
66d8573c00
Added docker/base as minimal clixon container and docker/system as full clixon system.
2019-02-11 14:17:29 +01:00