All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added the hossted status command
- Changed registerUser api endpoint to new instances api
-
After set domain, change MOTD accordingly
- After setting the domain, the new domain name does not match those in MOTD file. It is matching now after this release.
-
Support /opt/hossted in addition to /opt/linnovate
- Support both /opt/hossted (Preferred) and /opt/linnovate as the default path of the cli program.
-
Make set domain generally available
- SetDomain was an app-specific command, changed to available for all
-
Changes to default / help text
- Change default help text as custom text to customize the ordering of important commands or subcommands
-
- Removed deprecated command httpopen (changed to set auth false)
- Removed old and development related file
-
Change register fail message when a user already registered the machine
- Remove gitbucket hardcoding
- Change set auth false from app-specific command to general available command. the command should be available to apps besides gitbucket.
- NOT included the set auth true command (#32)
- NOT included the general available for set domain command, still only available to specific app (prometheus, airflow, wordpress), unless specified otherwise.
-
New text when user runs "hossted" with no command
- Changed greeting message
-
Change register fail message when a user already registered the machine
- Update error message if the email already registered
-
implement hossted set auth appName false
- Change httpopen to set auth false
- only gitbucket is supported now
- deprecate old httpopen command
- Bug fix: Error prompt for No available app commands for unregistered user.
-
- Currently user need to run hossted register before any commands, will release this restriction.
-
use default app when appName is missing
- If only one app in the vm, use that as a default app
- If it's under the app directory, use it as default app
-
- Added command - hossted set remote-support true|false
-
- Added environment support in build flag (LDFLAGS/DEVFLAGS) in Makefile
- Prod/Dev should be pointing to corresponding environment
- Set Domain
- Change set URL to set domain
(TBA)
(TBA)
A
- Multi environment support
- Study to add a new flag --continuous, and disable the master key when user press Ctrl-C again.