mirror of
https://github.com/YunoHost-Apps/openproject_ynh.git
synced 2024-09-03 19:56:10 +02:00
Hotfix for NGINX + add production target
This commit is contained in:
parent
82dec9246c
commit
dfd3f1ed29
2 changed files with 20 additions and 1 deletions
19
DEV-v1-staging.md
Normal file
19
DEV-v1-staging.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# What it takes to go to v1
|
||||||
|
|
||||||
|
Package will be in v1 and in "working" conditions in Yunohost-Apps when:
|
||||||
|
|
||||||
|
- [x] All codes will be finished
|
||||||
|
- [x] First bash review performed
|
||||||
|
- [x] Reviewed with package-linter
|
||||||
|
- [ ] Remove all the TODOs
|
||||||
|
- [ ] CI tested on vagrant : install
|
||||||
|
- [ ] Remove tested : nothing must be left
|
||||||
|
- [ ] Quiet-ize installer
|
||||||
|
- [ ] Measure timing of installer to bring proper weight
|
||||||
|
|
||||||
|
And some breadcrumbs:
|
||||||
|
- [ ] change way to install ruby with crappy `rbenv`
|
||||||
|
- [ ] Remove: if the PostgreSQL is empty, remove it
|
||||||
|
- [ ] fully remove `/var/$app` (ynh helper crappy?)
|
||||||
|
|
||||||
|
Goal of full-quality :)
|
|
@ -12,7 +12,7 @@ location __PATH__/ {
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
access_log off;
|
access_log off;
|
||||||
X-Forwarded-Proto https;
|
proxy_set_header X-Forwarded-Proto https;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
Loading…
Add table
Reference in a new issue