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.",
|
"short_desc": "Monero is a private, decentralized cryptocurrency that keeps your finances confidential and secure.",
|
||||||
"author": "sethforprivacy",
|
"author": "sethforprivacy",
|
||||||
"source": "https://github.com/sethforprivacy/simple-monerod-docker",
|
"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.",
|
"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",
|
"author": "PrivateBin",
|
||||||
"source": "https://github.com/PrivateBin/PrivateBin",
|
"source": "https://github.com/PrivateBin/PrivateBin",
|
||||||
"form_fields": []
|
"form_fields": [],
|
||||||
|
"uid": 65534,
|
||||||
|
"gid": 82
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,12 @@
|
||||||
"https": {
|
"https": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"uid": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"gid": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user