Skip to content
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

FEAT:Route and Permissions Fix #2

Closed
wants to merge 1 commit into from

Conversation

lilkidsuave
Copy link

Auto Configured Route
Permissions Avoidance by switching Bind to Volume.
Without this, you run into a restart loop with this error: Bubka/2FAuth#210
because user 1000:1000 for some reason cant access the folder it is binded to.

@azukaar
Copy link
Owner

azukaar commented Feb 12, 2024

Those files are auto-generated unfortunately you can't edit them like that :/

@azukaar azukaar closed this Feb 12, 2024
@lilkidsuave
Copy link
Author

Those files are auto-generated unfortunately you can't edit them like that :/

I'm aware. The conversion script also auto fills in the timezone automatically. But for some reason yml binds arent working well unless you make the folder or file chown 1000 or chmod 777 beforehand. Furthermore, the dockerfile enforces 1000:1000 throughout its script, so simply changing the user isn't the end all be all solution. The kinda janky solution is provided here, since you don't need to constantly go in this folder unlike media folders in jellyfin, a volume would be more suitable.

@azukaar
Copy link
Owner

azukaar commented Feb 13, 2024

No no I agree with you that this compose file needs to be updated, but since it is auto-generated, if you edit it the next time the store is updated your changes will be overwritten, that's what I mean
What I need to do is provide a way to overwrite changes on specific files or something

@lilkidsuave
Copy link
Author

Like a custom tag/flag for the app in question and a checker in the generator?

@azukaar
Copy link
Owner

azukaar commented Feb 13, 2024

yeah or like an override folders with apps that are copied over the generated folder

@lilkidsuave
Copy link
Author

Those files are auto-generated unfortunately you can't edit them like that :/

Where does the convert script get called? I don't see it in index or the github workflow

@azukaar
Copy link
Owner

azukaar commented Feb 13, 2024

Manually before push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants