Make these two things match:
Groups doesn't have a search function, where users does.
Make these two things match:
Groups doesn't have a search function, where users does.
@nebulon Going to that URL in my cloudron, I just get re-directed back to /apps. I am attempting to deploy OpenStreamingPlatform on another server and want to connect it to Cloudron for authentication using oauth2. That's my use case.
I resolved the issue. I had the directory set to /media/TSYSAI instead of just /media.
Thanks!
Would it be possible to add search (filters) for groups (like for users?).
I am trying to get grav git sync to work.
Starting with a bare repo https://git.knownelement.com/reachableceo/reachableceo.com .
root@274c4e05-0aea-49c1-8c4a-aff47c566f65:/app/data/user# git status
fatal: detected dubious ownership in repository at '/app/data/user'
To add an exception for this directory, call:
git config --global --add safe.directory /app/data/user
root@274c4e05-0aea-49c1-8c4a-aff47c566f65:/app/data/user# git config --global --add safe.directory /app/data/user
error: could not lock config file /root/.gitconfig: Read-only file system
root@274c4e05-0aea-49c1-8c4a-aff47c566f65:/app/data/user#
Any way to solve this?
If I use a repo that is initalized, it complains about divergent branches. And the suggested ways to fix all involve git --config which fails.
Thanks! That worked (running git config pull-rebase false).
Well it was able to push up to the repository. It doesn't pull down. Also the Repository Web Hook URL instructions aren't clear. Do I need to add this on the gitea side? The grav side?