Commit graph

19 commits

Author SHA1 Message Date
dependabot[bot] 0a74608a3d
Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.60.1 (#4)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.7 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 04:23:54 +02:00
dependabot[bot] ca147d48cb
Bump typescript from 5.0.4 to 5.1.6 (#3)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 04:22:14 +02:00
dependabot[bot] ffb987852d
Bump @types/node from 20.2.5 to 20.3.3 (#2)
* Bump @types/node from 20.2.5 to 20.3.3

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.5 to 20.3.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add build check

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TSR Berry <20988865+TSRBerry@users.noreply.github.com>
2023-07-02 04:20:35 +02:00
TSRBerry d0ab84a254
Switch to TypeScript and express & Add stats API (#1)
* Switch to node package

Setup environment for:
- Typescript
- express with ejs as the view engine

* Apply prettier formatting

* Read API stats from Redis

* Apply prettier formatting

* Add Dockerfile

* Add environment variables for configuration to README.md

* Log redis errors correctly

* Connect to redis before executing requests

* Rename json properties to match the current ones

* Configure Redis error handler and client correctly

* Remove workflow to fix pnpm dependencies

GitHub supports pnpm for dependabot natively now:
https://github.blog/changelog/2023-06-12-dependabot-version-updates-now-supports-pnpm/

* Add REDIS_SOCKET env var and prefer it over REDIS_URL

* Add default.nix

* Add SOCKET_PATH env var and prefer it over HOST and PORT

* Bump website version

* Add node symlink to output directory

* Add DATA_PATH env var

* Apply prettier formatting

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-02 04:05:12 +02:00
TSR Berry 434ca00447
Move static files to public directory 2023-05-29 17:18:50 +02:00
TSR Berry 3fb413276f
Add README.md 2023-04-23 17:32:01 +02:00
TSR Berry 1a6511c622
Add LICENSE 2023-04-23 17:27:54 +02:00
Ac_K fca4d4ac27 Update logo link and update gamelist 2022-11-21 15:24:09 +01:00
Ac_K f1ca03d566 Add game version to the API/Website 2020-12-18 04:01:49 +01:00
Ac_K 80d4991caa Fix previous change because I'm a lame! 2020-08-29 03:49:08 +02:00
Ac_K f6813594cc Change website network mode icons 2020-08-29 03:44:05 +02:00
Ac_K 9183528f1b Restyle the homepage 2020-08-29 03:04:33 +02:00
Ac_K 4a0a5b2e6b Fix responsive 2020-08-28 20:22:29 +02:00
riperiperi 8c02955673 Fix player list. 2020-08-28 11:16:27 +01:00
Ac_K 77bb2bef74 Add Metadata/Favicon/Guide and polish the website 2020-08-28 00:18:17 +02:00
Ac_K 94b8de9d78 Fix html/js escaping 2020-08-27 23:21:22 +02:00
Ac_K 1570e352d4 Fix scrollbar 2020-08-24 02:32:26 +02:00
Ac_K 851d251f33 Big cleanup and little fixes 2020-08-24 00:28:40 +02:00
Ac_K 7afd8032a8 Improve API response and add a static website at root 2020-08-16 19:57:30 +02:00