Skip to content

nextcloud.com application package for dcape

License

Notifications You must be signed in to change notification settings

anp135/dcape-app-nextcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcape-app-nextcloud

GitHub Release GitHub code size in bytes GitHub license

Nextcloud + OnlyOffice applications package for dcape.

Upstream

Requirements

Install

Via CI/CD

  • VCS: Fork or mirror this repo in your Git service
  • CI/CD: Activate repo
  • VCS: "Test delivery", config sample will be saved to config service (enfist in dcape)
  • Config: Edit config vars and remove .sample from config name
  • VCS: "Test delivery" again (or Drone: "Restart") - app will be installed and started on CI/CD host
  • After that just change source and do git push - app will be reinstalled and restarted on CI/CD host

Via terminal

Run commands on deploy host with dcape installed:

git clone --single-branch --depth 1 https://github.com/dopos/dcape-app-nextcloud.git
cd dcape-app-nextcloud
make config-if
... <edit .env.sample>
make setup
make up

Using for operations/console

For OCC commands inside nextcloud container example:

make exec-occ OCC_CMD='config:system:set default_phone_region --value=RU'

License

Copyright 2023 Aleksei Kovrizhkin [email protected], Andrey Pazychev [email protected]

Licensed under the Apache License, Version 2.0 (the "License");

About

nextcloud.com application package for dcape

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%