mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-26 09:35:50 +00:00
Unfortunately Gmail for iOS does not respect the <style> block that desktop Gmail does. Styles are instead defined in a styles.json and can be referenced via a custom template function. Not quite as nice as CSS (e.g. link style invocation has to be repeated for every link), but still tolerable.
17 lines
257 B
YAML
17 lines
257 B
YAML
application: git-hop
|
|
version: 1
|
|
runtime: go
|
|
api_version: go1
|
|
|
|
handlers:
|
|
- url: /static
|
|
static_dir: static
|
|
- url: /digest/cron
|
|
script: _go_app
|
|
login: admin
|
|
- url: /admin/.*
|
|
script: _go_app
|
|
login: admin
|
|
- url: /.*
|
|
script: _go_app
|
|
secure: always
|