summaryrefslogtreecommitdiffstats
path: root/conf/rpc.acl
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] add systemd service file for dnbd3-server to installation targetsManuel Bentele2020-10-221-4/+0Star
|
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-221-1/+0Star
| | | | | | | | | | | This patch adds the following CMake targets - package - source to build bundeled packages. Those packages contain either all built binary artifacts or all source files for source code distribution. Both CMake targets are available in Release build configuration.
* [SERVER] Implement HTTP RPC that supports different queries and ACLSimon Rettberg2017-10-011-0/+5
- ACL is defined in new file rpc.acl - Queries are still WIP, for now something like /query?q=stats&q=images /query?q=clients works, although the parsing is still ugly - Also supports HTTP keep-alive