summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-08 13:08:34 +0000
committerYaco <franco@reevo.org>2022-03-08 13:08:34 +0000
commitc985c40d3f3fc6a2be3be3186df3bf2f32189475 (patch)
treecee11f5e5a7e351ee0fec36d58d72cbee4f7e49b /content
first commit after acervus codebase
Diffstat (limited to 'content')
-rw-r--r--content/_base/conf/acl.auth.php21
-rw-r--r--content/_base/conf/acl.auth.php.save21
-rw-r--r--content/_base/conf/local.php8
-rw-r--r--content/_base/conf/plugins.local.php8
-rw-r--r--content/_base/data/media/.gitkeep0
-rw-r--r--content/_base/data/meta/.gitkeep0
6 files changed, 58 insertions, 0 deletions
diff --git a/content/_base/conf/acl.auth.php b/content/_base/conf/acl.auth.php
new file mode 100644
index 0000000..c70af78
--- /dev/null
+++ b/content/_base/conf/acl.auth.php
@@ -0,0 +1,21 @@
+# acl.auth.php
+# <?php exit()?>
+# Don't modify the lines above
+#
+# Access Control Lists
+#
+# Editing this file by hand shouldn't be necessary. Use the ACL
+# Manager interface instead.
+#
+# If your auth backend allows special char like spaces in groups
+# or user names you need to urlencode them (only chars <128, leave
+# UTF-8 multibyte chars as is)
+#
+# none 0
+# read 1
+# edit 2
+# create 4
+# upload 8
+# delete 16
+
+* @ALL 1
diff --git a/content/_base/conf/acl.auth.php.save b/content/_base/conf/acl.auth.php.save
new file mode 100644
index 0000000..c70af78
--- /dev/null
+++ b/content/_base/conf/acl.auth.php.save
@@ -0,0 +1,21 @@
+# acl.auth.php
+# <?php exit()?>
+# Don't modify the lines above
+#
+# Access Control Lists
+#
+# Editing this file by hand shouldn't be necessary. Use the ACL
+# Manager interface instead.
+#
+# If your auth backend allows special char like spaces in groups
+# or user names you need to urlencode them (only chars <128, leave
+# UTF-8 multibyte chars as is)
+#
+# none 0
+# read 1
+# edit 2
+# create 4
+# upload 8
+# delete 16
+
+* @ALL 1
diff --git a/content/_base/conf/local.php b/content/_base/conf/local.php
new file mode 100644
index 0000000..0e5e367
--- /dev/null
+++ b/content/_base/conf/local.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Minimal local config
+ */
+$conf['useacl'] = 1;
+$conf['superuser'] = '@admin';
+
+$conf['title'] = 'base';
diff --git a/content/_base/conf/plugins.local.php b/content/_base/conf/plugins.local.php
new file mode 100644
index 0000000..4f256a9
--- /dev/null
+++ b/content/_base/conf/plugins.local.php
@@ -0,0 +1,8 @@
+<?php
+/*
+ * Local plugin enable/disable settings
+ * Auto-generated through plugin/extension manager
+ *
+ * NOTE: Plugins will not be added to this file unless there is a need to override a default setting. Plugins are
+ * enabled by default.
+ */
diff --git a/content/_base/data/media/.gitkeep b/content/_base/data/media/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/content/_base/data/media/.gitkeep
diff --git a/content/_base/data/meta/.gitkeep b/content/_base/data/meta/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/content/_base/data/meta/.gitkeep