How to install nextcloud?
How to install nextcloud?
-
- OMV 6.x
- taq9999
-
-
ryecoaaron
Approved the thread. -
How to install nextcloud?
Here is a guide to Nextcloud from linuxserver + swag [How-To] Nextcloud with swag (Letsencrypt) using OMV and docker-compose
Here is an example for Nextcloud AIO. RE: OMV Quick Configuration Guide
-
Hi chente, I've been following your guide to install Nextcloud (option 1) but I think Ive messed up.
I cut and pasted your code and blindly hit up, before realizing that I already had port 80 and 8080 in use. I then chose different ports and tried again.
I'm now stuck at "Accept the certificate to access, copy the password and follow the instructions to configure Nextcloud AIO"
I dont get asked for a certificate and have no idea what the password should be.
How do I start again? Theres no nextcloud data in my data dir.
-
-
You must delete the volume that Nextcloud created. In the plugin interface go to Volumes and find the volume nextcloud_aio_mastercontainer. delete it and you can start from the beginning.
I don't know what you've done with the ports exactly, but for Nextcloud to work it must be able to access the actual port 80 and port 443. If you have other services that use those ports you must change them. Otherwise you will need a proxy, that is what the proxy is for.
-
Thanks. I'll try deleting the volume and retry.
I can free up 8080 by reconfiguring my sabnzbd container, but its actually the Openmediavault web interface/dashboard thats using port 80. I take it I'd need to move that to a different port using omv-firstaid?
-
but its actually the Openmediavault web interface/dashboard thats using port 80. I take it I'd need to move that to a different port using omv-firstaid?
You can change it in the OMV GUI in System>Workbench
-
-
I'm in!
Thanks chente
-
You are welcome.
-
-
-
I am new to linux, I am following your guide, NEXTCLOUD AIO WITH PROXY. it gives me below error
You have not followed all the steps. You need to configure the environment variables.
If you follow that guide you must follow all the steps scrupulously.
-
-
please advise write way of it, i tried PUID: ${1000}, still get error
Have you set up a system from scratch following the guide?
-
-
yes
-
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.yml' --env-file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.env' --env-file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/global.env' config 2>&1': parsing /srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.yml: invalid interpolation format for services.app.environment.PUID.
You may need to escape any $ with another $.
${1000}
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.yml' --env-file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.env' --env-file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/global.env' config 2>&1': parsing /srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.yml: invalid interpolation format for services.app.environment.PUID.
You may need to escape any $ with another $.
${1000} in /usr/share/openmediavault/engined/rpc/compose.inc:612
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMVRpcServiceCompose->{closure}('/tmp/bgstatus4v...', '/tmp/bgoutputDl...')
#1 /usr/share/openmediavault/engined/rpc/compose.inc(615): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceCompose->doCommand(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doCommand', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Compose', 'doCommand', Array, Array, 1)
#6 {main}
-
getting above error
-
-
What is the result of
id appuser
-
i tried PUID: ${1000}
Forget it. It does not work like that. If you want to learn how it works read here. https://wiki.omv-extras.org/do…l_environmental_variables
-
thanks for advice, now getting below error
"Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.yml' --env-file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/npm/npm.env' --env-file '/srv/dev-disk-by-uuid-66a94461-19db-4367-8d1f-d5ee373d1cea/Docker/global.env' up -d 2>&1': Container npm-app-1 Starting
Error response from daemon: driver failed programming external connectivity on endpoint npm-app-1 (b2fe71035a2014c441552a3a8de6a8f8dbbc0a2ad58d1ce42ccc991bd0b04da9): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use"
don' know, what is using port 443, i have windows server running mssql, rdp & no-ip, omv running rsync, wireguard, portainer & file browser.
2 days ago I tried to install nextcloud from protainer, it get write error and removed it (is it the reasonI.Please advise
-
-
-
that's the result for above command
You have not followed the steps in the guide. That guide is designed to set up an OMV server from a clean installation. Copying and pasting from the beginning of the guide can't go wrong. It has already been tested several times by me and other users.
So if you want help you will have to give more information.
Please post the yaml file you are using. Use a code box (by pressing the </> button in the forum window). From there we can continue.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!