22 lines
852 B
Markdown
22 lines
852 B
Markdown
## Unreleased
|
|
|
|
### Added
|
|
* Optional `ADMIN_SECRET` env var enables C2S API access with the given bearer token
|
|
* Optional `USE_ATTACHMENTS` env var to add Mastodon-style user attributes to groups
|
|
|
|
## v1.3.0 (2022-12-29)
|
|
|
|
* Change production swarm setup to use nginx for ssl-terminating reverse proxy due to renewal issues with @small-tech/auto-encrypt in in swarm mode
|
|
* Change swarm node labeling scheme to allow consolidation of all services on one machine
|
|
* Update activitypub-express to fix [a spec compliance issue](https://github.com/immers-space/activitypub-express/pull/83)
|
|
|
|
## v1.2.0 (2022-05-15)
|
|
|
|
* Fix: show correct domain name in guppe instructions on homepage
|
|
* Add: Support running behind SSL-terminating reverse proxy (PROXY_MODE environment variable)
|
|
|
|
## v1.1.0 (2022-05-1)
|
|
|
|
### Added
|
|
|
|
* Activate nodeinfo with software name and version
|