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.
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
{{ ANDROID_APP_HOST }}{$default_site_port} {
|
|
import proxy "android-app:8000"
|
|
}
|