umbrel-apps icon indicating copy to clipboard operation
umbrel-apps copied to clipboard

App Submission: Ziit

Open 0PandaDEV opened this issue 6 months ago • 12 comments

App Name

Ziit

SVG Logo

https://ziit.app/logo.svg

Gallery Images

Dashboard Login Settings

Tested on

  • MacOS using VM

0PandaDEV avatar Aug 07 '25 20:08 0PandaDEV

@0PandaDEV thanks for adapting the changes! Still fails though when trying to register with the error I posted above.

al-lac avatar Aug 13 '25 13:08 al-lac

@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 avatar Aug 13 '25 13:08 0PandaDEV

@0PandaDEV I added it back in again, however, I still get the same error after applying the fix.

al-lac avatar Aug 13 '25 13:08 al-lac

@al-lac I get the following error from the docker container Key must be 32 bytes long.

0PandaDEV avatar Aug 13 '25 14:08 0PandaDEV

Well, kind of makes sense, does the PASTEO_KEY have to be 32-characters including the k4.local.?

al-lac avatar Aug 13 '25 15:08 al-lac

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.

0PandaDEV avatar Aug 13 '25 16:08 0PandaDEV

🎉   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.

github-actions[bot] avatar Aug 14 '25 11:08 github-actions[bot]

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?

al-lac avatar Aug 14 '25 11:08 al-lac

Hey @0PandaDEV, checking in. Did you manage to find out what my issue could be related to?

al-lac avatar Sep 18 '25 09:09 al-lac

Hey @0PandaDEV, just checking in here, any update on the app?

al-lac avatar Oct 08 '25 07:10 al-lac

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?

0PandaDEV avatar Oct 08 '25 07:10 0PandaDEV

Hey @0PandaDEV, no worries! Yup, still got the same issue.

al-lac avatar Oct 08 '25 08:10 al-lac