Skip to content

Commit

Permalink
patch: add proxy servers (#1269)
Browse files Browse the repository at this point in the history
* add proxy

* ci/cd for 4 & 5 proxy

---------

Co-authored-by: Andy Oknen <andy.oknen@yandex.ru>
  • Loading branch information
maxgithubprofile and andyoknen authored Aug 22, 2024
1 parent dd6b7a8 commit 1ad4c9c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [ proxy.1, proxy.2, proxy.3, proxy.6 ]
runner: [ proxy.1, proxy.2, proxy.3, proxy.4, proxy.5, proxy.6, ]
steps:
- name: Pull && Up proxy container
run: /data/proxy_pull_up.sh
Expand Down
10 changes: 10 additions & 0 deletions config/Bastyon.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
"port" : 8899,
"wss" : 8099
},
{
"host" : "4.pocketnet.app",
"port" : 8899,
"wss" : 8099
},
{
"host" : "5.pocketnet.app",
"port" : 8899,
"wss" : 8099
},
{
"host" : "6.pocketnet.app",
"port" : 8899,
Expand Down
10 changes: 10 additions & 0 deletions config/Pocketnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
"port" : 8899,
"wss" : 8099
},
{
"host" : "4.pocketnet.app",
"port" : 8899,
"wss" : 8099
},
{
"host" : "5.pocketnet.app",
"port" : 8899,
"wss" : 8099
},
{
"host" : "6.pocketnet.app",
"port" : 8899,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"project": "Bastyon",

"version": "0.8.97",
"versionsuffix": "0",
"versionsuffix": "1",
"cordovaversion": "1.8.97",
"cordovaversioncode": "180970",
"cordovaversioncode": "180971",

"description": "Bastyon desktop application",
"author": "Pocketnet Community <support@pocketnet.app>",
Expand Down

0 comments on commit 1ad4c9c

Please sign in to comment.