-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if the dashboard can be installed on a different domain without issues #495
Comments
Todo App:
Todo server:
Other:
|
Don't be a @bwbroersma and RTFM in the correct branch (which is /docs/input/1_installation.rst in branch 50 for now, not yet main!). I've got a build error:
Nevermind this earlier comment I mademigrate-1 | django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 11.16). db-1 | 2024-08-06 06:24:19.421 UTC [1] FATAL: database files are incompatible with server db-1 | 2024-08-06 06:24:19.421 UTC [1] DETAIL: The data directory was initialized by PostgreSQL version 11, which is not compatible with this version 12.19 (Debian 12.19-1.pgdg120+1). migrate-1 | Applying constance.0001_initial... OK db-1 | 2024-08-06 06:24:56.925 UTC [84] ERROR: relation "constance_config" does not exist at character 79 db-1 | 2024-08-06 06:24:56.925 UTC [84] STATEMENT: INSERT INTO constance_constance ( id, key, value ) SELECT id, key, value FROM constance_config frontend-1 | [uwsgi-static] added mapping for /static => /srv/dashboard/static frontend-1 | *** Starting uWSGI 2.0.22 (64bit) on [Tue Aug 6 06:24:55 2024] *** frontend-1 | compiled with version: 12.2.0 on 06 August 2024 06:15:46 frontend-1 | os: Linux-5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) frontend-1 | nodename: 89005eb3845f frontend-1 | machine: x86_64 frontend-1 | clock source: unix frontend-1 | detected number of CPU cores: 12 frontend-1 | current working directory: / frontend-1 | detected binary path: /pyenv/bin/uwsgi frontend-1 | !!! no internal routing support, rebuild with pcre support !!! frontend-1 | *** WARNING: you are running uWSGI as root !!! (use the --uid flag) *** frontend-1 | your memory page size is 4096 bytes frontend-1 | invalid cheaper value: must be lower than processes frontend-1 exited with code 1 |
There was a small discrepancy in the requirements. Just fixed it and tried a fresh installation on another machine. I've also added the video and installation instructions in the readme. |
Like discussed in the live session:
Caused by this check. More about cheaper. Adding this to the Dockerfile fixes this: ENV UWSGI_CHEAPER 0 I'm unsure if this is the best solution. |
Fix uwsgi "invalid cheaper value: must be lower than processes", see internetstandards#495.
Change the credential check url to https://batch.internet.nl/ -> "api/batch/v2/requests" |
If the dashboard is installed, make sure that there are no fixed links to domains and other non-configurable "settings". Allow disabling of logo's.
The text was updated successfully, but these errors were encountered: