What's Changed
- fix: docker compose logs by @lorenzomigliorero in #257
- feat: add jellyfin template by @barraudSamuel in #243
- fix: docker compose monitoring by @lorenzomigliorero in #260
- feat: buildargs by @lorenzomigliorero in #249
- fix: update redirect by @lorenzomigliorero in #263
- fix: http to https by @lorenzomigliorero in #264
- refactor(docker-build): replace docker build with the command by @Siumauricio in #265
- fix: terminal monospace font by @lorenzomigliorero in #268
- fix(databases): add ip to useeffect deps by @Siumauricio in #270
- fix(templates): change path of volumes to be in files folder to prevent the volumes delete in each deploy by @Siumauricio in #272
- refactor(script): make ipv4 first and format the url when is ipv6 #258 by @Siumauricio in #273
- fix: Ensure Proper Permissions for acme.json in Traefik Configuration by @binaryYuki in #269
- refactor(directories): add 600 permissions to SSH_PATH #262 by @Siumauricio in #271
- feat: condition domain certificate field by @lorenzomigliorero in #267
- refactor: add error message in error builder by @Siumauricio in #277
- feat: shared ssh by @lorenzomigliorero in #276
- feat(traefik): add toggle for disable the traefik dashboard by @Siumauricio in #279
- v0.5.0 by @Siumauricio in #280
Features & Breaking Changes
- Introduce SSH Keys: Now is not necessary to add a SSH key for every application or compose, now you can create a single SSH key an reuse across all the applications
⚠️ Breaking Changes
Since we are entering SSH Keys, we are deleting the SSH Key for each application so it will be deleted when you upgrade to the new version, so be aware of this and make the corresponding migration.
New Contributors
- @barraudSamuel made their first contribution in #243
- @binaryYuki made their first contribution in #269
Full Changelog: v0.4.0...v0.5.0