Régis Behmo e165bf04ea feat: upgrade to maple
In Maple, the plugin API is slightly different: the apk file is built and
stored in the android-app Docker image, then served by a simple Caddy file
server. This makes it easy to distribute the apk to students.
2021-11-15 18:00:50 +01:00

4 lines
83 B
Plaintext

{{ ANDROID_APP_HOST }}{$default_site_port} {
import proxy "android-app:8000"
}