fix: add uid gid to monerod & privatebin

This commit is contained in:
Nicolas Meienberger 2022-11-08 08:30:03 +01:00
parent c970aefc4e
commit 2aabdae10a
3 changed files with 12 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -23,6 +23,12 @@
"https": {
"type": "boolean"
},
"uid": {
"type": "integer"
},
"gid": {
"type": "integer"
},
"requirements": {
"type": "object",
"properties": {