💃 Anime tracker, database and community.
2,893 Commits
Eduard Urbach 78f09ffcd9
Changed youtube-dl to yt-dlp
2024-04-25 15:21:40 +02:00
.vscode Cleanup 2020-04-23 15:47:53 +09:00
arn Changed youtube-dl to yt-dlp 2024-04-25 15:21:40 +02: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 Fixed Git links 2024-03-12 12:40:01 +01:00
db Updated dependencies 2020-01-29 11:14:26 +09:00
docs Fixed Git links 2024-03-12 12:40:01 +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 Fixed incorrect link 2024-04-15 11:46:52 +02: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
.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 Switched to new assert package 2024-03-12 12:56:30 +01:00
go.sum Switched to new assert package 2024-03-12 12:56:30 +01:00
main_test.go Switched to new assert package 2024-03-12 12:56:30 +01: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 Fixed Git links 2024-03-12 12:40:01 +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

License

Please see the license documentation.

© 2016 Eduard Urbach