{"id":25308173,"url":"https://github.com/reinforcezwei/anime-list","last_synced_at":"2026-04-09T09:32:45.600Z","repository":{"id":154167407,"uuid":"626940894","full_name":"ReinforceZwei/anime-list","owner":"ReinforceZwei","description":"Your own anime watch list, focusing on simplicity","archived":false,"fork":false,"pushed_at":"2024-05-03T09:29:03.000Z","size":3777,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T11:57:49.342Z","etag":null,"topics":["anime","docker","flask","jquery","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReinforceZwei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-12T13:16:22.000Z","updated_at":"2023-05-27T08:22:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"850e6eae-bbd4-4c09-8e84-b30a665e94ec","html_url":"https://github.com/ReinforceZwei/anime-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReinforceZwei%2Fanime-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReinforceZwei%2Fanime-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReinforceZwei%2Fanime-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReinforceZwei%2Fanime-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReinforceZwei","download_url":"https://codeload.github.com/ReinforceZwei/anime-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615476,"owners_count":20967183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","docker","flask","jquery","python"],"created_at":"2025-02-13T11:57:51.858Z","updated_at":"2025-12-30T23:06:42.609Z","avatar_url":"https://github.com/ReinforceZwei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 動漫列表 / Anime List\n\n\u003cimg align=\"right\" height=\"128px\" width=\"128px\" src=\"animeList/static/css/data/Anime-round-min.png\"\u003e\n\nRecord your own anime watch list, focusing on simplicity. No too much fancy features.\n\nThis project is a rewrite version of my personal version, originally written in php. That is how I learn php and html, so you can imagine how messy is it. You can still see the messy frontend code with all javascript functions squeezed in a single `main.js` file.\n\n## Try it out\n\nIf you want to try this app, great. A demo instance is available at [anime.saku.moe](https://anime.saku.moe/). Login with `demo/demo` or create a new account.\n\nOr you can host it yourself.\n\n### Docker compose\n\nPull pre-build image from `ghcr.io/reinforcezwei/anime-list:latest`\n\n`amd64`, `arm64` and `armv7` are available.\n\n```yml\nversion: \"3.9\"\nservices:\n  app:\n    image: ghcr.io/reinforcezwei/anime-list:latest\n    environment:\n      PORT: 5000\n      DB_HOST: db\n      DB_USER: \"root\"\n      DB_PASSWORD: \"ChangeMe!\"\n      SECRET_KEY: \"ChangeMeToo!\"\n    ports:\n      - \"5000:5000\"\n    depends_on:\n      - db\n    restart: on-failure\n  db:\n    image: mariadb\n    restart: always\n    environment:\n      MARIADB_ROOT_PASSWORD: ChangeMe!\n```\n\n### Manual install\n\n- First you will need a MySQL/MariaDB server\n- Python version 3.10 or above (IMPORTANT!)\n- Download project source code\n- Make a copy of `.env.example` file and name it `.env`\n- Change your settings in `.env` file\n  - Your database user must have permissions to create databases and tables\n  - Remember to change secret key or just make it empty. One-time secret will be generated\n- You can also set environment variables directly\n- Install requirements `pip install -r requirements.txt`\n- Launch a test instance `python animeList/app.py`\n- Go to `http://localhost:\u003cyour_port\u003e`\n\nIf you would like to host a production instance, remember to use a production WSGI server as warned by flask, and put it behind a HTTPS reverse proxy like nginx or caddy. If resources are available, you can also deploy a WAF (Web Application Firewall)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinforcezwei%2Fanime-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freinforcezwei%2Fanime-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinforcezwei%2Fanime-list/lists"}