···15151616## Usage
17171818+### Docker Compose
1919+2020+A Docker Compose file is already setup [here](./docker-compose.yaml). The only
2121+field which should be modified is the `ports`, if need be.
2222+2323+```shell
2424+docker-compose up -d
2525+```
2626+2727+### Docker
2828+2929+```shell
3030+docker run fuwn/maple:latest
3131+```
3232+3333+### Executable
3434+3535+1. Build: `ninja` (requires [Ninja](https://ninja-build.org/))
3636+2. Run: `out/maple`, or
3737+ `TITAN=1 TITAN_TOKEN=secret TITAN_MAX_SIZE=2048 out/maple`
3838+1839### Certificates
19402041Before any possible method of usage; you must generate or use a preexisting
···6182Takes an integer.
62836384Default to `1024`.
6464-6565-### Docker Compose
6666-6767-A Docker Compose file is already setup [here](./docker-compose.yaml). The only
6868-field which should be modified is the `ports`, if you have to.
6969-7070-`$ docker-compose up -d` (requires [Docker](https://www.docker.com/) and/ or
7171-[Docker Compose](https://docs.docker.com/compose/))
7272-7373-### Executable
7474-7575-1. Build: `ninja` (requires [Ninja](https://ninja-build.org/))
7676-2. Run: `out/maple`, or
7777- `TITAN=1 TITAN_TOKEN=secret TITAN_MAX_SIZE=2048 out/maple`
78857986### Hacking
8087