forked from blallo/Feedati
add panel submodule
This commit is contained in:
parent
c75aede91b
commit
3d257e7581
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -5,3 +5,6 @@
|
|||
[submodule "rss-bridge"]
|
||||
path = rss-bridge
|
||||
url = https://git.lattuga.net/blallo/rss-bridge.git
|
||||
[submodule "panel"]
|
||||
path = panel
|
||||
url = https://git.lattuga.net/blallo/feedpanel
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||
CREATE USER ttrss WITH PASSWORD 'ttpass';
|
||||
CREATE USER panel WITH PASSWORD 'panelpass';
|
||||
GRANT CREATE ON DATABASE feeds TO 'panel';
|
||||
|
|
1
panel
Submodule
1
panel
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4bc6c099773b60540d7f9ea9f660269b88e2565b
|
Reference in a new issue