Skip to content

Releases: pcrockett/mollysocket-fly

v2.3.0

16 Feb 19:25

Choose a tag to compare

  • 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_VERSION repository variable
    • For deploys running on your local computer, you can set the MOLLYSOCKET_VERSION environment variable via whatever shell you're using. See .envrc.example for an example direnv file.
    • This is entirely optional; no action needed if you want to keep things running as they have been.
  • Moved weekly redeploy from Monday to Sunday.

Full Changelog: v2.2.2...v2.3.0

v2.2.1

04 Dec 21:06

Choose a tag to compare

Add troubleshooting docs for the "multiple UnifiedPush distributor app" scenario.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

04 Dec 19:54

Choose a tag to compare

What's Changed

  • minor usability tweaks in docs
  • updates to github actions
  • add htop to the server for admins who are logged in

Full Changelog: v2.1.1...v2.2.0

v2.1.1

26 Sep 19:07

Choose a tag to compare

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

10 Jun 18:43

Choose a tag to compare

What's Changed

  • Get alerts when your MollySocket instance goes down (#19)

Full Changelog: v2.0.1...v2.1.0

v2.0.1

27 Apr 16:40

Choose a tag to compare

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

07 Dec 07:15
5da3e43

Choose a tag to compare

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

21 Oct 04:53

Choose a tag to compare

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