The branded token page, the Copy button and the link back to the instructions site are all in main (d7636dd) but the California server is still running the old register.py. Until it is redeployed, someone following the new site through step 1 lands on the old bare token page — which has no copy button and links to github.com, the exact thing we just moved people away from.
Follow server/SETUP.md as usual, plus one new setting:
# /etc/langtechdepot/register.env
SITE_URL=https://sillsdev.github.io/langtechdepot
Without it the service falls back to that same default, so the deploy is not broken if it is forgotten — but it is the one line to change when the site moves to its own name (#13).
Then check:
python3 server/test_register.py covers all of this against a stub Syncthing and passes 25/25, so a failure here is an environment problem rather than a code one.
The branded token page, the Copy button and the link back to the instructions site are all in
main(d7636dd) but the California server is still running the oldregister.py. Until it is redeployed, someone following the new site through step 1 lands on the old bare token page — which has no copy button and links to github.com, the exact thing we just moved people away from.Follow server/SETUP.md as usual, plus one new setting:
Without it the service falls back to that same default, so the deploy is not broken if it is forgotten — but it is the one line to change when the site moves to its own name (#13).
Then check:
https://depot.langtech.cloud/shows the restyled formhttps://depot.langtech.cloud/signup?os=windowsshows the same form (a second address for it, reserved for after the merge — the site links to/)windows.html, notindex.htmlpython3 server/test_register.pycovers all of this against a stub Syncthing and passes 25/25, so a failure here is an environment problem rather than a code one.