The name/title for your site (See Documentation)
Defined at: .env.example:23
| package server | |
| import ( | |
| "bytes" | |
| "context" | |
| "encoding/json" | |
| "errors" | |
| "fmt" | |
| "log/slog" | |
| "net/http" |
The name/title for your site (See Documentation)
Defined at: .env.example:23
| # /.env | |
| # Mastodon Glitch Docker tag to use | |
| # | |
| # See: https://github.com/glitch-soc/mastodon/pkgs/container/mastodon | |
| export MASTODON_VERSION="nightly.2023-12-31" | |
| export ROOT_PATH="/data/local/mastodon" | |
| export BIN_PATH="${ROOT_PATH}/scripts" | |
| export DATA_PATH="${ROOT_PATH}/data" |
| {% set _now = now() %} | |
| ====== | |
| quarter_ceil={{ _now - timedelta(microseconds=_now.microsecond, seconds=_now.second, minutes=_now.minute % 15) }} | |
| quarter_floor={{ _now + timedelta(microseconds=-_now.microsecond, seconds=-_now.second, minutes=15-(_now.minute % 15)) }} | |
| ====== | |
| quarter_ceil+4h={{ _now - timedelta(microseconds=_now.microsecond, seconds=_now.second, minutes=_now.minute % 15, hours=-4) }} | |
| quarter_floor+4h={{ _now + timedelta(microseconds=-_now.microsecond, seconds=-_now.second, minutes=15-(_now.minute % 15), hours=4) }} |
| # Mods | |
| # UI Overhaul Dynamic | |
| modName=UI Overhaul Dynamic | |
| # Submods | |
| modName=UI Overhaul Dynamic - Checksum Schism Version | |
| modName=UI Overhaul Dynamic - Ascension Slots |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| </head> | |
| <body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Har aldrig oplevet at der er et interaktivt slideshow i en mail. | |
| <br class=""> | |
| <div> | |
| <br class=""> |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset= | |
| =utf-8"> | |
| </head> | |
| <body style="word-wrap: break-word; -webkit-nbsp-mode: s= | |
| pace; line-break: after-white-space;" class="">Har aldrig oplevet at der = er et interaktivt slideshow i en mail. | |
| <br class=""> |
| <html> | |
| <head> | |
| <meta http-equiv=3D "Content-Type" content=3D "text/html; charset= | |
| =3Dutf-8"> | |
| </head> | |
| <body style=3D "word-wrap: break-word; -webkit-nbsp-mode: s= | |
| pace; line-break: after-white-space;" class=3D "">Har aldrig oplevet at der = er et interaktivt slideshow i en mail. | |
| <br class=3D ""> |
| { | |
| "bind_addr": "0.0.0.0", | |
| "data_dir": "/var/lib/nomad", | |
| "datacenter": "xxx", | |
| "disable_update_check": true, | |
| "enable_syslog": true, | |
| "leave_on_interrupt": true, | |
| "leave_on_terminate": true, | |
| "log_level": "DEBUG", | |
| "name": "xxxx", |
| --- | |
| target: | |
| # where to copy images to | |
| registry: xxxx.dkr.ecr.us-east-1.amazonaws.com | |
| # (optional) prefix all repositories with this name | |
| # xxxx.dkr.ecr.us-east-1.amazonaws.com/hub/jippi/hashi-ui | |
| prefix: "hub/" | |
| # what repositories to copy |