mirror of
https://github.com/AlexBocken/mykb.git
synced 2024-11-09 16:47:23 +01:00
fix nginx setup
This commit is contained in:
parent
dc9d9085ce
commit
121e3224ea
@ -1,7 +1,7 @@
|
|||||||
# Anki Sync Server
|
# Anki Sync Server
|
||||||
With the new versions of Anki, `anki` now provides an integrated sync-server feature, allowing for up-to-date scheduler versions as long as anki on the server is also updated regularly.
|
With the new versions of Anki, `anki` now provides an integrated sync-server feature, allowing for up-to-date scheduler versions as long as anki on the server is also updated regularly.
|
||||||
Other implementations such as [Anki Sync Server](https://github.com/dsnopek/anki-sync-server) might be less resource intensive but need to be updated separately to allow for newer scheduler versions.
|
Other implementations such as [Anki Sync Server](https://github.com/dsnopek/anki-sync-server) might be less resource intensive but need to be updated separately to allow for newer scheduler versions.
|
||||||
This requires quite a bit of memory, but a lot if it is shared. If you run anything else using python (very likely), running this sync server in addition should maybe an additional 100-200M.
|
This requires quite a bit of memory, but a lot if it is shared. If you run anything else using python (very likely), running this sync server in addition should maybe require an additional 100-200M.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Install anki: `paru -S anki`
|
Install anki: `paru -S anki`
|
||||||
@ -32,6 +32,11 @@ server {
|
|||||||
```
|
```
|
||||||
Some of these settings are a bit overkill for anki, but are good defaults for modern web applications behind a reverse proxy.
|
Some of these settings are a bit overkill for anki, but are good defaults for modern web applications behind a reverse proxy.
|
||||||
|
|
||||||
|
Link to enabled sites:
|
||||||
|
```
|
||||||
|
ln -s /etc/nginx/sites-available/anki_sync_server /etc/nginx/sites-enabled/
|
||||||
|
```
|
||||||
|
|
||||||
Check whether the syntax is good via `nginx -t` and if so, restart nginx `systemctl restart nginx`.
|
Check whether the syntax is good via `nginx -t` and if so, restart nginx `systemctl restart nginx`.
|
||||||
This is still unencrypted. Using certbot you can now deploy certificates
|
This is still unencrypted. Using certbot you can now deploy certificates
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user