forked from blallo/Feedati
draft of a panel
This commit is contained in:
parent
d9bc2c2605
commit
e9f7c44ec0
4 changed files with 12 additions and 3 deletions
1
.agignore
Normal file
1
.agignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
vendor/
|
|
@ -27,6 +27,7 @@ services:
|
||||||
- APACHE_SERVER_NAME=tt-rss
|
- APACHE_SERVER_NAME=tt-rss
|
||||||
- PHP_DISPLAY_ERRORS=stdout
|
- PHP_DISPLAY_ERRORS=stdout
|
||||||
- PHP_DISPLAY_STARTUP_ERROR=1
|
- PHP_DISPLAY_STARTUP_ERROR=1
|
||||||
|
ports: ['8010:80']
|
||||||
|
|
||||||
tt-rss-update:
|
tt-rss-update:
|
||||||
image: feedati/tt-rss:latest
|
image: feedati/tt-rss:latest
|
||||||
|
@ -81,6 +82,13 @@ services:
|
||||||
context:
|
context:
|
||||||
./panel/
|
./panel/
|
||||||
container_name: feedati_panel
|
container_name: feedati_panel
|
||||||
|
environment:
|
||||||
|
- PANEL_PREFIX=/panel/
|
||||||
|
- PANEL_ALLOWED_NAME=feedati-fe
|
||||||
|
volumes:
|
||||||
|
- ./panel/panelui/res/:/go/src/git.lattuga.net/boyska/feedpanel/panelui/res/
|
||||||
|
#debug
|
||||||
|
ports: ['8011:8000']
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
|
@ -221,8 +221,8 @@ Require all granted
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
<Location /panel/>
|
<Location /panel/>
|
||||||
ProxyPass http://panel:8000/panel/
|
ProxyPass http://panel:8000/
|
||||||
ProxyPassReverse http://panel:8000/panel/
|
ProxyPassReverse http://panel:8000/
|
||||||
Use Auth
|
Use Auth
|
||||||
Require valid-user
|
Require valid-user
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
2
panel
2
panel
|
@ -1 +1 @@
|
||||||
Subproject commit de1dc86be153684495fa6cec3d85ae6bcf1c9895
|
Subproject commit 762dc2305d64f320ca0ad9ab2be036b312b2b376
|
Reference in a new issue