2022-05-29 03:47:21 +00:00
{
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
"meta" : {
2022-05-30 01:56:24 +00:00
"version" : "PTDL_v2" ,
2022-05-29 03:47:21 +00:00
"update_url" : null
} ,
2022-05-30 01:56:24 +00:00
"exported_at" : "2022-05-29T20:55:10-05:00" ,
2022-05-29 03:47:21 +00:00
"name" : "Redis-7" ,
2022-05-30 01:56:24 +00:00
"author" : "contact@plex.us.org" ,
2022-05-29 03:47:21 +00:00
"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 ,
2022-05-30 01:56:24 +00:00
"docker_images" : {
"docker.io\/telesphoreo\/redis:7" : "docker.io\/telesphoreo\/redis:7"
} ,
2022-05-29 03:47:21 +00:00
"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" : {
"files" : "{}" ,
"startup" : "{\r\n \"done\": \"Warning:\"\r\n}" ,
"logs" : "{}" ,
"stop" : "^C"
} ,
"scripts" : {
"installation" : {
"script" : "#!\/bin\/ash\r\n# Redis Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\n\r\napk add --no-cache curl\r\n\r\nif [ ! -d \/mnt\/server ]; then\r\n mkdir \/mnt\/server\/\r\nfi\r\n\r\ncd \/mnt\/server\/\r\n\r\nif [ ! -d \/mnt\/server\/redis.conf ]; then\r\n curl https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/database\/redis\/redis-6\/redis.conf -o redis.conf\r\nfi\r\n\r\nsleep 5\r\necho -e \"Install complete. Made this to not have issues.\"" ,
"container" : "alpine:3.15" ,
"entrypoint" : "ash"
}
} ,
"variables" : [
{
"name" : "Redis Password" ,
"description" : "The password redis should use to secure the server." ,
"env_variable" : "SERVER_PASSWORD" ,
"default_value" : "P@55w0rd" ,
"user_viewable" : true ,
"user_editable" : true ,
2022-05-30 01:56:24 +00:00
"rules" : "required|string" ,
"field_type" : "text"
2022-05-29 03:47:21 +00:00
}
]
}