initial setup of nextcloud

TODO: database, config, apps folder
This commit is contained in:
2022-11-05 21:47:37 -04:00
parent ad9b209742
commit 62c58758f3
15 changed files with 315 additions and 3 deletions

12
.idea/dataSources.xml generated
View File

@@ -50,7 +50,17 @@
<synchronize>true</synchronize>
<remarks>root connection to mariadb</remarks>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3307/</jdbc-url>
<jdbc-url>jdbc:mariadb://localhost:3306/</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
</driver-properties>
</data-source>
<data-source source="LOCAL" name="mariadb: nextcloud" uuid="9e0264cd-409c-4945-86ee-93769dbdd199">
<driver-ref>mariadb</driver-ref>
<synchronize>true</synchronize>
<remarks>nextcloud connection to mariadb</remarks>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3306/</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
</driver-properties>