Skip to content

Commit

Permalink
Use MySQL for initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Sep 22, 2024
1 parent 3a49801 commit eea61cb
Show file tree
Hide file tree
Showing 13 changed files with 232 additions and 182 deletions.
2 changes: 1 addition & 1 deletion spk/owncloud/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = cross/owncloud
override ARCH=

REQUIRED_MIN_DSM = 6.0
SPK_DEPENDS = WebStation:PHP7.4:Apache2.4
SPK_DEPENDS = WebStation:PHP7.4:MariaDB10:Apache2.4:redis

MAINTAINER = SynoCommunity
DESCRIPTION = ownCloud is a personal cloud which runs on your own server and gives you freedom and control over your own data.
Expand Down
8 changes: 2 additions & 6 deletions spk/owncloud/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,13 @@
"intl",
"ldap",
"openssl",
"pdo_sqlite",
"sqlite3",
"pdo_mysql",
"redis",
"ssh2",
"zip",
"zlib"
],
"group": "http",
"php_settings": {
"error_log": "/var/services/web_packages/owncloud/php_errors.log",
"max_execution_time": "900"
},
"profile_desc": "PHP Profile for ownCloud",
"profile_name": "ownCloud Profile",
"user": "sc-owncloud"
Expand Down
Loading

0 comments on commit eea61cb

Please sign in to comment.