https://github.com/nriver/anki-web-server-docker
anki-web-server-docker
https://github.com/nriver/anki-web-server-docker
Last synced: about 1 year ago
JSON representation
anki-web-server-docker
- Host: GitHub
- URL: https://github.com/nriver/anki-web-server-docker
- Owner: Nriver
- Created: 2021-01-27T03:35:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T03:34:21.000Z (about 5 years ago)
- Last Synced: 2025-03-23T18:05:45.661Z (about 1 year ago)
- Language: Shell
- Size: 144 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anki-web-server-docker
This is a demo docker config for anki-sync-server and anki-web-serber.
# how to use
Execute the following
```
./init.sh
docker-compose up -d
```
Open http://127.0.0.1:27702/ankiweb/login/, the default username/password is demo/demo.
And anki-sync-server is on 127.0.0.1:27701, which you can use with other anki clients(ankidroid, anki desktop, etc.).
Be aware that due to the design of Anki, you can not run two different clients with same account at the same time.
# update
run
```
docker-compose build
```
if submodule need to update, try:
```
cd anki-web-server
git pull origin master
```
# https support
If you are serving this with https, find docker_files/ankiweb.conf and change force_https to True.