Julian Gojani

Results 18 comments of Julian Gojani

The 2nd problem is now fixed with https://github.com/interaapps/pastefy/releases/tag/6.4.0. I don't know if the first issue is fixable because firefox uses own scroll indicators

The callback URL should be something like `https://{SERVER_NAME}/api/v2/auth/oauth2/github/callback`

Can you send me the logs? There should be an exception

What are you trying to do? You may need to go into the frontend folder. If you want to deploy the app, you might look into https://github.com/interaapps/pastefy#deploy

Oh my mistake. It's `npm install` not `npm run install`

You should be able to build it with 'docker build -t pastefy .'

Hey, there is a way to password protect your pastes: ![image](https://user-images.githubusercontent.com/42511596/175020559-0f653ecb-1b27-45aa-aa41-1ac3865534a5.png) and there is currently no way to enable the login just for some users. If you want to disable...

A way of enabling logging just for some users has been added https://github.com/interaapps/pastefy/releases/tag/6.5.0

The port given in proxy_pass is not the one set in the dockerfile. It should be: ``` set $upstream_app pastefy; set $upstream_port 9999; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; ``` 9999...

You may want to set the environment variable`PASTEFY_PUBLIC_STATS` to `true`