Releases: pcrockett/mollysocket-fly
v2.3.0
- Fixed issue caused by not explicitly setting working directory in Dockerfile. For more details see mollyim/mollysocket#111
- We're no longer pinned on MollySocket version 1.6
- Added ability to specify which version of MollySocket you want to deploy via environment variable. If no version is specified, will assume
latest.- For GitHub auto deploys, you can set the
MOLLYSOCKET_VERSIONrepository variable - For deploys running on your local computer, you can set the
MOLLYSOCKET_VERSIONenvironment variable via whatever shell you're using. See.envrc.examplefor an example direnv file. - This is entirely optional; no action needed if you want to keep things running as they have been.
- For GitHub auto deploys, you can set the
- Moved weekly redeploy from Monday to Sunday.
Full Changelog: v2.2.2...v2.3.0
v2.2.1
Add troubleshooting docs for the "multiple UnifiedPush distributor app" scenario.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- minor usability tweaks in docs
- updates to github actions
- add
htopto the server for admins who are logged in
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- fix(deploy.yml): shorten deploy timeout to 30 min
- fix(healthcheck): don't spam logs so much
- chore(docs): better air-gapped mode guidance
- chore(dockerfile): smaller image size
- various improvements in continuous integration, quality gates
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.1
What's Changed
- A few minor tweaks to docs for new users
- Note about sending donations to Molly, plus a link to my own Ko-fi page
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Good news! You no longer need a special UnifiedPush flavor of Molly. You can now install the normal Molly-FOSS app and get all that UnifiedPush goodness. This also means UnifiedPush is now a first-class citizen in the Molly project and we can look forward to stable ongoing support for this feature.
One slight wrinkle though: You need to take some manual steps. See the migration guide.
Please do create issues if you, uh... have any issues.
Special thanks to @p1gp1g not only for maintaining MollySocket, but also for helping get the new version up and running with VAPID support.
v1.0.0
What's Changed
- feat: start with smaller volume size, but auto-extend
- fix: update linked device limit in TROUBLESHOOTING
- feat: release process and notes about subscribing
- fix(typo): depoly -> deploy by @Integral-Tech in #12
New Contributors
- @Integral-Tech made their first contribution in #12