Compare commits

..

2 Commits
dev ... main

Author SHA1 Message Date
Stepan Vladovskiy
32b47372bb with change config for poetry not install inbox like package
All checks were successful
deploy / deploy (push) Successful in 53s
2025-02-12 20:02:12 -03:00
Stepan Vladovskiy
2173da2cad feat: sv nginx conf sigil without map function, becasue it is moved to global nginx config
Some checks failed
deploy / deploy (push) Failing after 38s
2025-01-29 16:31:41 -03:00
3 changed files with 2 additions and 3 deletions

View File

@ -32,4 +32,4 @@ jobs:
with:
branch: 'main'
git_remote_url: 'ssh://dokku@staging.discours.io:22/inbox'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

View File

@ -4,7 +4,6 @@
- added httpx
- aiohttp and requests removed
- core adapter loads data from redis now
- authors cachestorage removed
[0.3.1]
- glitchtip connect

View File

@ -9,7 +9,7 @@
{{ $cors_headers_get := "if ($request_method = 'GET') { add_header 'Access-Control-Allow-Origin' '$allow_origin' always; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always; add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization' always; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always; add_header 'Access-Control-Allow-Credentials' 'true' always; }" }}
# Mapping for allowed origins
# is moved in Global nginx config file /etc/nginx/nginx.conf
# is moved to globL NGINX
# Server block setup
{{ range $port_map := .PROXY_PORT_MAP | split " " }}