💃 Anime tracker, database and community.
Go to file
2024-03-12 11:34:58 +01:00
.github Added Scott's pull request template 2019-09-06 07:20:04 +09:00
.vscode Cleanup 2020-04-23 15:47:53 +09:00
arn Moved GitHub to Gitea 2024-03-12 11:34:38 +01:00
assets Moved GitHub to Gitea 2024-03-12 11:34:38 +01:00
audio Added soundtrack download 2018-03-11 02:10:49 +01:00
benchmarks Updated benchmarks 2019-11-18 13:15:07 +09:00
bots Moved GitHub to Gitea 2024-03-12 11:34:38 +01:00
db Updated dependencies 2020-01-29 11:14:26 +09:00
docs Moved GitHub to Gitea 2024-03-12 11:34:38 +01:00
elements Moved GitHub to Gitea 2024-03-12 11:34:38 +01:00
images Replaced Google+ with Patreon 2019-05-05 21:34:15 +09:00
jobs Removed games integration 2021-11-20 21:26:51 +09:00
layout Overlay scrollbar 2021-11-20 18:27:16 +09:00
logs Added logs/jobs gitignore file 2018-03-21 05:35:45 +01:00
pages Moved GitHub to Gitea 2024-03-12 11:34:38 +01:00
patches Updated post deletion 2022-06-29 12:00:41 +09:00
scripts Use time element 2021-11-23 21:57:43 +09:00
security Removed useless default private key 2018-06-23 14:42:38 +09:00
server Disabled logging 2024-02-02 21:31:54 +01:00
services Set appropriate nice values for services 2019-09-07 20:22:14 +09:00
styles Use time element 2021-11-23 21:57:43 +09:00
tools Added gojq to the tools 2019-10-26 16:10:24 +09:00
utils Cleanup 2021-11-22 18:58:13 +09:00
.drone.yml Updated dependencies 2021-11-19 00:08:59 +09:00
.editorconfig Cleanup 2019-11-04 17:21:05 +09:00
.gitattributes Removed Git LFS 2019-10-21 13:36:51 +09:00
.gitignore Cleanup 2019-11-04 17:21:05 +09:00
.golangci.yml Updated dependencies 2021-11-19 00:08:59 +09:00
config.json Disabled gzip 2024-02-02 22:14:14 +01:00
go.mod Updated dependencies 2024-03-12 11:34:58 +01:00
go.sum Updated dependencies 2024-03-12 11:34:58 +01:00
LICENSE MIT license 2022-08-10 11:35:37 +09:00
main_test.go Cleanup 2021-11-22 18:58:13 +09:00
main.go Move server initialization to new server package 2019-11-18 13:36:46 +09:00
makefile Added gojq to the tools 2019-10-26 16:10:24 +09:00
README.md Moved GitHub to Gitea 2024-03-12 11:34:38 +01:00
tsconfig.json Fixed a few more linter errors 2019-11-17 18:44:30 +09:00
tslint.json Refactor scripts 2019-11-18 11:04:13 +09:00

notify.moe

Anime tracker, database and community.

Prerequisites

Installation

git clone https://git.akyoto.dev/web/notify.moe.git
cd notify.moe
go mod download
make tools
make assets
make server
make db
./notify.moe

Networking

  • Add beta.notify.moe 127.0.0.1 to your hosts file
  • Run make ports

In your browser

  • Open the settings, search for certificates
  • Import the file security/default/root.crt as a trusted Root authority
  • Open https://beta.notify.moe

What now?

  • Try the example task for newcomers.
  • Make some changes and upload them to a new branch on your fork.
  • Create a pull request on this repository.

Contributing

Please read CONTRIBUTING.md for details on how to contribute to this project.

Statistics

Uptime (30 days) Mozilla Observatory Chrome Extension Firefox Extension

Style

Please take a look at the style guidelines if you'd like to make a pull request.