diff --git a/.eslintrc.js b/.eslintrc.js
index 3a01220..88111c8 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -2,4 +2,7 @@ module.exports = {
extends: [
'@nextcloud',
],
+ rules: {
+ 'sort-imports': 'error',
+ },
}
diff --git a/Dockerfile b/Dockerfile
index 0d4dfc6..80e7927 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,7 @@ FROM nextcloud:27
ENV NEXTCLOUD_UPDATE 1
ENV NEXTCLOUD_ADMIN_USER repod
ENV NEXTCLOUD_ADMIN_PASSWORD repod
+ENV NEXTCLOUD_INIT_HTACCESS 1
ENV SQLITE_DATABASE repod
ENV GPODDERSYNC_VERSION 3.8.1
diff --git a/package-lock.json b/package-lock.json
index d04b196..a239ad2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,10 +11,12 @@
"dependencies": {
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^4.1.0",
+ "@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"vue": "^2",
- "vue-material-design-icons": "^5.2.0"
+ "vue-material-design-icons": "^5.2.0",
+ "vue-router": "^3"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
diff --git a/package.json b/package.json
index 5ea13e0..62d9ef2 100644
--- a/package.json
+++ b/package.json
@@ -20,10 +20,12 @@
"dependencies": {
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^4.1.0",
+ "@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"vue": "^2",
- "vue-material-design-icons": "^5.2.0"
+ "vue-material-design-icons": "^5.2.0",
+ "vue-router": "^3"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
diff --git a/src/App.vue b/src/App.vue
index e272b99..80dfb4f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,12 +2,15 @@
-
-
-
-
-
-
-
+
+
+
+
+