💃 Anime tracker, database and community. 2,428 Commits
2018-03-11 02:10:49 +01:00
2019-03-05 15:44:48 +09:00
2018-11-06 12:53:48 +09:00
2019-03-30 18:50:10 +09:00
2018-03-21 05:35:45 +01:00
2019-04-09 17:49:05 +09:00
2019-04-17 22:07:04 +09:00
2019-03-30 17:04:21 +09:00
2019-04-09 17:49:05 +09:00
2018-11-08 19:12:49 +09:00
2017-11-09 20:39:49 +01:00
2019-04-08 13:59:09 +09:00
2019-04-12 16:44:05 +09:00
2019-03-29 23:53:33 +09:00
2018-12-11 15:37:15 +09:00
2018-11-01 15:06:04 +09:00
2018-06-30 20:45:19 +09:00
2019-04-18 19:29:33 +09:00
2019-04-18 19:29:33 +09:00
2019-04-14 16:28:30 +09:00
2019-04-14 16:28:30 +09:00
2017-07-06 00:50:12 +02:00
2018-11-09 02:34:04 +09:00
2019-03-26 15:06:15 +09:00
2019-04-14 19:04:08 +09:00
2018-03-14 12:38:26 +01:00
2019-03-26 19:31:34 +09:00
2019-04-18 19:41:54 +09:00
2017-11-11 16:16:25 +01:00
2018-11-16 16:46:56 +09:00

Installation

Godoc reference Go report card Build status

Prerequisites

Setup

Download the developer image (2.5 GB):

docker pull animenotifier/notify.moe

Run the developer image:

docker-compose run notify.moe

Usage

Your home directory is mounted as /my inside Docker. Usually you'd want to clone all repositories you use into a projects directory. This directory can be accessed by both your favourite editor on the host machine and also inside Docker.

  • Clone notify.moe repository: git clone https://github.com/animenotifier/notify.moe.git
  • Enter notify.moe repository: cd notify.moe
  • Compile TypeScript files using: tsc
  • Compile template/style files using: pack (optional)
  • Start the web server using: run

The run binary is a development server that will restart the web server when it detects code changes.

Networking

  • Add beta.notify.moe 127.0.0.1 to your hosts file
  • Forward local TCP port 4001 to 443 on your host

In your browser

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

Author

Eduard Urbach on Twitter
Eduard Urbach