Skip to content

Instantly share code, notes, and snippets.

@f8ith
f8ith / world-1.json
Last active November 5, 2021 11:55
Mario Royale World that tests you on ICT knowledge
{"type":"game","mode":"royale","shortname":"1","resource":[{"id":"map","src":"https://raw.githubusercontent.com/mroyale/assets/master/img/game/smb_map.png"},{"id":"obj","src":"https://raw.githubusercontent.com/mroyale/assets/master/img/game/smb_obj.png"}],"initial":0,"world":[{"id":0,"name":"1 - 1","initial":0,"zone":[{"id":0,"initial":1048578,"color":"#6B8CFF","music":"main0.mp3","winmusic":"","layers":[{"z":0,"data":[[30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,655
@f8ith
f8ith / docker-compose.yml
Created April 7, 2021 05:00
Docker compose for private media server
version: "3.5"
services:
reverseproxy:
image: nginx
container_name: reverseproxy
hostname: reverseproxy
ports:
- 80:80
- 443:443
depends_on: