waynedpj
waynedpj
:+1:
> Dependencies for the app service are re-created during the startup and since it should start last, it depends on all services. So instead you could try to remove the...
> What you want to achieve would be easy with more advanced process supervisors, like systemd. But with s6 you would need to create your own script that change content...
> The `s6-svc` takes the service directory as parameter. So you would need to run something like: > > ``` > s6-svc -d /var/run/s6/services/app > ``` aha! i *was* passing...
@David-Woodward thanks for the reply and sharing your project, looks promising and possibly helpful to simplify things a bit. @jlesage as you made clear [earlier](https://github.com/jlesage/docker-crashplan-pro/issues/142#issuecomment-441602749) basically we can disable VNC....
@StokeHead @bakcsa83 thanks to you both but as i documented [here](https://help.nextcloud.com/t/installing-into-a-subdirectory-but-serviing-from-domains-web-root/73441) i still cannot get Nextcloud served as root but from a subdirectory. it indeed looks like `htaccess.RewriteBase` does not...
thanks @bakcsa83 however i forgot to mention that i had already tried running the `occ maintenance:update:htaccess` command as well, still no luck. i had also followed @StokeHead but could not...
:+1: from #39 ;)
@doowb no problem, though it was not really "hey, get on this!", just wanted to link the related issues