App Submission: Ziit
App Name
Ziit
SVG Logo
https://ziit.app/logo.svg
Gallery Images
Tested on
- MacOS using VM
@0PandaDEV thanks for adapting the changes! Still fails though when trying to register with the error I posted above.
@al-lac Yes I know the problem is the token used for auth which was generated using the pre-start script before and now in the export.sh. It has the wrong format it should be k4.local.BASE64 string but the k4.local is missing now.
@0PandaDEV I added it back in again, however, I still get the same error after applying the fix.
@al-lac I get the following error from the docker container Key must be 32 bytes long.
Well, kind of makes sense, does the PASTEO_KEY have to be 32-characters including the k4.local.?
No I think just the part after k4.local has to be 32 bytes but isn't the app_entropy_identifier the same as the $APP_SEED which is 256 bits / 8 = 32 bytes so it should technically work. Maybe because it's hex instead of base64, but that shouldn't matter anyways.
🎉 Linting finished with no errors or warnings 🎉
Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.
Please review the linting results below and make any necessary changes to your submission.
Linting Results
| Severity | File | Description |
|---|---|---|
| ℹ️ | ziit/docker-compose.yml |
Potentially using unsafe user in service "app": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
| ℹ️ | ziit/docker-compose.yml |
Potentially using unsafe user in service "postgres": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
Legend
| Symbol | Description |
|---|---|
| ❌ | Error: This must be resolved before this PR can be merged. |
| ⚠️ | Warning: This is highly encouraged to be resolved, but is not strictly mandatory. |
| ℹ️ | Info: This is just for your information. |
Hey @0PandaDEV, good catch! Adapted it to base64. Seems to work better now for me, but after logging in, it just seems to log me out instantly. Any ideas on what could be wrong here?
Hey @0PandaDEV, checking in. Did you manage to find out what my issue could be related to?
Hey @0PandaDEV, just checking in here, any update on the app?
Hi sorry this PR completely drowned in my notifications I'm currently not at home, so I can't look into this right now. Do you still have the issue where it logs you out immediately?
Hey @0PandaDEV, no worries! Yup, still got the same issue.