1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreddit_ynh.git synced 2024-09-03 19:36:05 +02:00

Merge pull request #23 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-03 19:32:03 +01:00 committed by GitHub
commit d6fd15eb73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -25,7 +25,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
**Shipped version:** 0.26.0~ynh1
**Shipped version:** 0.27.0~ynh1
**Demo:** https://libreddit.spike.codes/

View file

@ -25,7 +25,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
**Version incluse :** 0.26.0~ynh1
**Version incluse :** 0.27.0~ynh1
**Démo :** https://libreddit.spike.codes/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.26.0/libreddit
SOURCE_SUM=7df86549c215b831953b0f89f2a33ec0503d699331c330cdad8b4e9589e8fdd5
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.27.0/libreddit
SOURCE_SUM=7ff9fe3850935a939d4e8f97bad60224c350a8c916eb88fdbf4d1386b2312feb
SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=libreddit

View file

@ -1,4 +1,5 @@
location / {
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__/;
proxy_redirect off;

View file

@ -6,7 +6,7 @@
"en": "Libre alternative to Reddit",
"fr": "Alternative libre à Reddit"
},
"version": "0.26.0~ynh1",
"version": "0.27.0~ynh1",
"url": "https://libreddit.spike.codes/",
"upstream": {
"license": "AGPL-3.0",