fix: add uid gid to monerod & privatebin
This commit is contained in:
parent
c970aefc4e
commit
2aabdae10a
|
@ -12,5 +12,7 @@
|
|||
"short_desc": "Monero is a private, decentralized cryptocurrency that keeps your finances confidential and secure.",
|
||||
"author": "sethforprivacy",
|
||||
"source": "https://github.com/sethforprivacy/simple-monerod-docker",
|
||||
"form_fields": []
|
||||
"form_fields": [],
|
||||
"uid": 1000,
|
||||
"gid": 1000
|
||||
}
|
||||
|
|
|
@ -12,5 +12,7 @@
|
|||
"short_desc": "A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.",
|
||||
"author": "PrivateBin",
|
||||
"source": "https://github.com/PrivateBin/PrivateBin",
|
||||
"form_fields": []
|
||||
"form_fields": [],
|
||||
"uid": 65534,
|
||||
"gid": 82
|
||||
}
|
||||
|
|
|
@ -23,6 +23,12 @@
|
|||
"https": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"uid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requirements": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user