Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-20 | pkg/atlas: Add ATLAS_IP2LOCATION config option | pg9182 | |
2022-11-19 | pkg/atlas: Fix reload when file logging is disabled | pg9182 | |
Don't call nil reload functions. | |||
2022-11-19 | pkg/atlas: Add startup log message | pg9182 | |
2022-11-19 | pkg/atlas: Change default port to 8080 | pg9182 | |
Northstar uses port 8081 by default for auth, which silently causes issues when running both atlas and northstar on the same machine with the default config. | |||
2022-10-25 | all: Rewrite Origin auth (#7) | pg9182 | |
* all: Rewrite juno auth, split into separate packages * pkg/juno: Implement two-factor auth * pkg/origin: Add AuthMgr option to save HAR archives * pkg/atlas: Add config option to save HAR archives | |||
2022-10-22 | pkg/atlas: Add ↵ | pg9182 | |
ATLAS_API0_SERVERLIST_EXPERIMENTAL_DETERMINISTIC_SERVER_ID_SECRET option | |||
2022-10-22 | pkg/atlas: Reap dead servers periodically | pg9182 | |
2022-10-21 | pkg/atlas: Allow the log file owner/perms to be configured | pg9182 | |
2022-10-21 | pkg/atlas: Use info for all http logs | pg9182 | |
To better match the old master server's behavior. | |||
2022-10-21 | all: pg9182 -> r2northstar | pg9182 | |
2022-10-21 | pkg/atlas: Implement config parser and server | pg9182 | |
I'll need to refactor this later. |