Update permissions

This commit is contained in:
2022-05-29 20:56:24 -05:00
parent 386b070ecb
commit 5d385659cd
2 changed files with 46 additions and 25 deletions

View File

@ -1,17 +1,17 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1",
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-05-28T22:28:31-05:00",
"exported_at": "2022-05-29T20:55:10-05:00",
"name": "Redis-7",
"author": "parker@parkervcp.com",
"author": "contact@plex.us.org",
"description": "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.",
"features": null,
"images": [
"docker.io\/telesphoreo\/redis:7"
],
"docker_images": {
"docker.io\/telesphoreo\/redis:7": "docker.io\/telesphoreo\/redis:7"
},
"file_denylist": [],
"startup": "\/usr\/local\/bin\/redis-server \/home\/container\/redis.conf --save 60 1 --dir \/home\/container\/ --bind 0.0.0.0 --port {{SERVER_PORT}} --requirepass {{SERVER_PASSWORD}} --maxmemory {{SERVER_MEMORY}}mb --daemonize yes && redis-cli -p {{SERVER_PORT}} -a {{SERVER_PASSWORD}}; redis-cli -p {{SERVER_PORT}} -a {{SERVER_PASSWORD}} shutdown save",
"config": {
@ -35,7 +35,8 @@
"default_value": "P@55w0rd",
"user_viewable": true,
"user_editable": true,
"rules": "required|string"
"rules": "required|string",
"field_type": "text"
}
]
}