You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,23 @@ The architectures supported by this image are:
57
57
| arm64 | ✅ | arm64v8-\<version tag\>|
58
58
| armhf| ❌ ||
59
59
60
+
## Version Tags
61
+
62
+
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
63
+
64
+
| Tag | Available | Description |
65
+
| :----: | :----: |--- |
66
+
| latest | ✅ | Stable releases. |
67
+
| develop | ✅ | Pre-releases *only*. |
68
+
60
69
## Application Setup
61
70
62
71
To generate keys for `SECRET_KEY_BASE` & `OTP_SECRET` run `docker run --rm -it -w /app/www --entrypoint rake lscr.io/linuxserver/mastodon secret` once for each.
63
72
64
73
To generate keys for `VAPID_PRIVATE_KEY` & `VAPID_PUBLIC_KEY` run `docker run --rm -it -w /app/www --entrypoint rake lscr.io/linuxserver/mastodon mastodon:webpush:generate_vapid_key`
65
74
75
+
To use `tootctl` you can run something like `docker exec -it -w /app/www mastodon bin/tootctl <command>`
76
+
66
77
This container *requires* separate postgres and redis instances to run.
67
78
68
79
We support all of the official [environment variables](https://docs.joinmastodon.org/admin/config) for configuration. In place of adding them all to your run/compose you can use an env file such as [this example](https://github.com/mastodon/mastodon/blob/main/.env.production.sample) from the upstream project.
To generate keys for `VAPID_PRIVATE_KEY` & `VAPID_PUBLIC_KEY` run `docker run --rm -it -w /app/www --entrypoint rake lscr.io/linuxserver/mastodon mastodon:webpush:generate_vapid_key`
71
77
78
+
To use `tootctl` you can run something like `docker exec -it -w /app/www mastodon bin/tootctl <command>`
79
+
72
80
This container *requires* separate postgres and redis instances to run.
73
81
74
82
We support all of the official [environment variables](https://docs.joinmastodon.org/admin/config) for configuration. In place of adding them all to your run/compose you can use an env file such as [this example](https://github.com/mastodon/mastodon/blob/main/.env.production.sample) from the upstream project.
0 commit comments