Robin
Robin
I'm using SSO and have not created an admin user. Now my logs are spammed with: `Scanner: No admin user found!`
In the android app it shows duplicated files, on the web app it doesn't, after logging out and in again and re-uploading. For example, if I go to the date...
> In the android app it shows duplicated files, on the web app it doesn't, after logging out and in again and re-uploading. > > For example, if I go...
Any updates for this? Now there's just a "blank space" above my clock, which looks ugly imo. I'm searching by just swiping down, I don't need an extra (hidden) bar...
This would be so great
I've updated the example and hopefully it makes (more) sense now?
> The main advantage of this is that you don't have to "import" the apiservice proxy setup into your top-level nginx config and keep it up to date when Plane...
If you use this compose file: https://github.com/Robin-Sch/plane/blob/develop/docker-compose-hub.yml and proxy `plane.example.com` to the frontend (port 3000) and `plane-api.example.com` to the backend (port 8000), and run `./setup.sh plane-api.example.com ` it should work
> Wouldn't building a `plane-nginx` as a part of the github workflow highly simplify the setup process? yes I totally agree on this, because now, people still have to download...
The readme has the following download/setup steps: ``` git clone https://github.com/makeplane/plane cd plane chmod +x setup.sh ./setup.sh http://localhost docker compose up -d ``` This requires to download the whole repo,...