-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for changing config via API
- Loading branch information
1 parent
f9f388f
commit ef23662
Showing
33 changed files
with
1,826 additions
and
922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"distspecversion": "1.0.1-dev", | ||
"extensions": { | ||
"sysconfig": { | ||
"enable": true | ||
} | ||
}, | ||
"http": { | ||
"accesscontrol": { | ||
"adminpolicy": { | ||
"actions": [ | ||
"read", | ||
"create", | ||
"update", | ||
"delete" | ||
], | ||
"users": [ | ||
"sebi" | ||
] | ||
} | ||
}, | ||
"address": "127.0.0.1", | ||
"auth": { | ||
"htpasswd": { | ||
"path": "/home/peusebiu/htpasswd" | ||
} | ||
}, | ||
"port": "5000" | ||
}, | ||
"log": { | ||
"level": "debug" | ||
}, | ||
"storage": { | ||
"rootdirectory": "/tmp/zot" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"distspecversion": "1.0.1-dev", | ||
"extensions": { | ||
"sysconfig": { | ||
"enable": true | ||
} | ||
}, | ||
"http": { | ||
"accesscontrol": { | ||
"adminpolicy": { | ||
"actions": [ | ||
"read", | ||
"create", | ||
"update", | ||
"delete" | ||
], | ||
"users": [ | ||
"sebi" | ||
] | ||
} | ||
}, | ||
"address": "127.0.0.1", | ||
"auth": { | ||
"htpasswd": { | ||
"path": "/home/peusebiu/htpasswd" | ||
} | ||
}, | ||
"port": "5000" | ||
}, | ||
"log": { | ||
"level": "debug" | ||
}, | ||
"storage": { | ||
"rootdirectory": "/tmp/zot" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"distspecversion": "1.0.1-dev", | ||
"extensions": { | ||
"search": { | ||
"cve": { | ||
"updateinterval": "24h" | ||
}, | ||
"enable": true | ||
} | ||
}, | ||
"http": { | ||
"address": "127.0.0.1", | ||
"port": "8080" | ||
}, | ||
"log": { | ||
"level": "debug" | ||
}, | ||
"storage": { | ||
"rootdirectory": "/tmp/zot" | ||
} | ||
} |
Oops, something went wrong.