Skip to content

Repo which simplified Nextcloud setup on a Dokku server

Notifications You must be signed in to change notification settings

dionysio/dokku-nextcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Nextcloud as a Dokku app

  1. Install dokku plugins:
  2. Clone/fork this repo
  3. Create nextcloud app
  4. Set NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORD env variables
  5. Push to dokku

In summary:

dokku plugin:install https://github.com/Flink/dokku-psql-single-container
dokku plugin:install https://github.com/crisward/dokku-require/
dokku apps:create nextcloud
dokku config:set nextcloud NEXTCLOUD_ADMIN_USER=<SET_ME> NEXTCLOUD_ADMIN_PASSWORD=<SET_ME>

git push dokku master

About

Repo which simplified Nextcloud setup on a Dokku server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages