gitignore update + chronicle notification + lock update#96
gitignore update + chronicle notification + lock update#96thestumonkey merged 3 commits intoUshadow-io:devfrom
Conversation
|
I like the ethos, but this needs to be generalised more. Our quickstart has the ability to know which required services need configuration, so we should use this. routers/wizard/get_quickstart_config. For connection checking, this should probably be the purview of the unode manager who know what services are deployed where, and has the container status. I'd rather not have specific services at this level |
|
ok. i'ts up to you. just add for my convenience. |
|
Urgh, what happened, there were 2 conflicts, now a whole load |
|
Yes, the conflicts happened because it was targeting the main branch. So it’s better to set the default branch to dev in the settings. |
| * Format: https://{your-tailscale-host} | ||
| * Example: https://blue.spangled-kettle.ts.net | ||
| */ | ||
| DEFAULT_SERVER_URL: 'https://ushadow.wolf-tawny.ts.net', |
There was a problem hiding this comment.
I don’t think it’s a good idea to set the base URL here, because everyone will have to change it and it’ll create unnecessary Git diffs. Let’s move it to .env for convenience.
No description provided.