Skip to content

Commit

Permalink
v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Aug 23, 2022
1 parent c315461 commit d41a49a
Show file tree
Hide file tree
Showing 32 changed files with 10,410 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPIDERWEB
[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-1f425f.svg)](https://www.javascript.com)
[![CodeFactor](https://www.codefactor.io/repository/github/coulisse/spiderweb/badge)](https://www.codefactor.io/repository/github/coulisse/spiderweb)

- **Release:** v2.3.2
- **Release:** v2.3.3
- **Author:** Corrado Gerbaldo - IU1BOW.
- **Mail:** <[email protected]>
- **Licensing:** Gpl V3.0 see ["LICENSE"](LICENSE) file.
Expand Down
48 changes: 48 additions & 0 deletions cfg/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"mysql": {
"host": "localhost",
"user": "webdb",
"passwd": "Zw73dp",
"db": "dxcluster"
},
"timer": {
"interval": 30000
},
"plot_refresh_timer": {
"interval": 450000
},
"mycallsign": "IU1BOW",
"menu": {
"menu_list": [
{
"label": "Graphs & stats",
"link": "/plots.html",
"external": false
},
{
"label": "Sources",
"link": "https://github.com/coulisse/spiderweb/",
"external": true
},
{
"label": "Cookies",
"link": "/cookies.html",
"external": false
},
{
"label": "Privacy",
"link": "/privacy.html",
"external": false
},
{
"label": "DX Resources",
"link": "https://www.dxcluster.info/WebDXCluster/webcluster.htm",
"external": true
}
]
},
"mail": "[email protected]",
"mail_token": "vkifegakgdpijbgq",
"enable_cq_filter": "y",
"telnet": "dxcluster.iu1bow.it:7300"
}
Loading

0 comments on commit d41a49a

Please sign in to comment.