Working on TTRSS

This commit is contained in:
2023-07-23 14:12:06 +01:00
parent 337f17460d
commit b6c0c1efc5
6 changed files with 303 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
CREATE DATABASE IF NOT EXISTS `monica`;
CREATE DATABASE IF NOT EXISTS `gitea`;
CREATE DATABASE IF NOT EXISTS `tt-rss`;
# Nextcloud will automatically create a database on setup
#CREATE DATABASE IF NOT EXISTS `nextcloud`;