💃 Anime tracker, database and community. 1,959 Commits
2018-05-10 07:41:52 +09:00
.vscode Improved VSC settings 2018-03-12 15:34:56 +01:00
audio Added soundtrack download 2018-03-11 02:10:49 +01:00
auth Applied suggested linter changes 2018-04-26 01:14:23 +02:00
benchmarks Cleanup 2018-03-17 00:28:36 +01:00
bots Replace realpath with readlink 2018-04-26 03:06:47 +02:00
images Added framed screenshots 2018-04-27 14:43:30 +02:00
jobs Fixed missing image sync 2018-04-26 21:36:26 +02:00
layout Don't use async execution 2018-04-24 14:53:00 +02:00
logs Added logs/jobs gitignore file 2018-03-21 05:35:45 +01:00
middleware Added more route tests 2018-04-25 20:23:35 +02:00
mixins Remove toString calls (upgrade to latest pixy version) 2018-04-25 22:15:42 +02:00
pages Added Kitsu anime import to editor accessible jobs 2018-05-08 20:52:07 +09:00
patches Disabled image quality patch 2018-04-26 20:20:41 +02:00
scripts Added background jobs UI 2018-04-28 21:17:44 +02:00
security Added root certificate for import in dev browsers 2018-04-10 12:08:49 +02:00
styles Disable theme wheel for now 2018-04-25 14:35:23 +02:00
utils Added background jobs UI 2018-04-28 21:17:44 +02:00
videos Improved AMV UI 2018-04-15 10:36:51 +02:00
.editorconfig Fixed missing whitespaces 2017-11-09 20:39:49 +01:00
.gitattributes Use Git LFS to store videos 2018-03-07 21:08:04 +01:00
.gitignore Added chrome extension 2017-07-05 04:10:19 +02:00
.travis.yml Fixed travis test 2018-04-26 21:00:29 +02:00
ABOUT.md Installation is now on frontpage 2018-04-10 12:59:34 +02:00
assets.go Added bugfix to SW for DevTools 2018-04-17 21:21:03 +02:00
CODE_OF_CONDUCT.md Added code of conduct 2017-07-06 00:53:45 +02:00
CODE_STYLE.md Added anchor link 2018-04-01 17:34:04 +02:00
config.json Theme color change 2018-04-24 14:34:12 +02:00
CONTRIBUTING.md Updated contributing page 2018-04-10 18:29:17 +02:00
EDITING.md Updated editor guide 2018-03-25 14:30:15 +02:00
graphql.go Improved API view 2018-04-08 18:10:39 +02:00
install.sh Updated install script 2018-04-26 00:30:37 +02:00
LICENSE Added license 2017-07-06 00:50:12 +02:00
main_test.go Added test for user profiles 2018-04-26 00:06:13 +02:00
main.go Added API examples 2018-03-28 01:32:49 +02:00
makefile Updated makefile 2018-05-10 07:41:52 +09:00
organization.json E-mail address change 2018-03-14 12:38:26 +01:00
profiler.go Improved AMV UI 2018-04-15 10:36:51 +02:00
README.md Updated makefile 2018-05-10 07:41:52 +09:00
rewrite.go Simplified search route 2017-11-11 16:16:25 +01:00
security.go Updated certificate loader 2018-04-26 12:09:46 +02:00
tsconfig.json Disabled async/await transpiler 2017-12-04 10:39:58 +01:00

Installation

Godoc reference Build status

Prerequisites

Start the installation

curl -s https://raw.githubusercontent.com/animenotifier/notify.moe/go/install.sh | bash

Run the server

  • Start the web server in notify.moe directory using: run
  • In your browser, import the file security/default/rootCA.pem as a trusted Root authority
  • Open https://beta.notify.moe

OS restarts

  • If you restart your operating system, run make ports to update your port bindings