{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to MkDocs","text":"
For full documentation visit mkdocs.org.
"},{"location":"#commands","title":"Commands","text":"mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.mkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.\n
"},{"location":"docker-compose/linx-server/","title":"Linx Server","text":"Self-hosted \u0444\u0430\u0439\u043b/\u043c\u0435\u0434\u0438\u0430 \u0445\u043e\u0441\u0442\u0438\u043d\u0433.
"},{"location":"docker-compose/linx-server/#_1","title":"\u0414\u0435\u043c\u043e","text":"\u041a\u0430\u043a \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442, \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0430: https://put.icu/
"},{"location":"docker-compose/linx-server/#_2","title":"\u041a\u043b\u0438\u0435\u043d\u0442\u044b","text":"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 CLI: linx-client Source \u041d\u0435 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 Android: LinxShare Source | Google Play CLI: golinx Source"},{"location":"docker-compose/linx-server/#features","title":"Features","text":"files
\u0438 meta
\u0438 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c chown -R 65534:65534 meta && chown -R 65534:65534 files
\u041f\u0440\u0438\u043c\u0435\u0440:
docker run -p 8080:8080 -v /path/to/linx-server.conf:/data/linx-server.conf -v /path/to/meta:/data/meta -v /path/to/files:/data/files andreimarcu/linx-server -config /data/linx-server.conf\n
\u041f\u0440\u0438\u043c\u0435\u0440 \u0441 docker-compose
version: \"3.7\"\n\n# linx - self-hosting picture and data\nlinx:\ncontainer_name: linx-server\nimage: andreimarcu/linx-server\ncommand: -config /data/linx-server.conf\nvolumes:\n- $DOCKER_APP/linx/files:/data/files\n- $DOCKER_APP/linx/meta:/data/meta\n- $DOCKER_APP/linx/linx-server.conf:/data/linx-server.conf\nnetworks:\n- direct_net\nenvironment:\nPUID: $PUID\nPGID: $PGID\nports:\n- \"8090:8080\"\nrestart: unless-stopped\n
\u0412 \u0438\u0434\u0435\u0430\u043b\u0435 \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440, \u0442\u0430\u043a\u043e\u0439 \u043a\u0430\u043a nginx, traefik \u0438\u043b\u0438 caddy, \u0434\u043b\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432 TLS.
"},{"location":"docker-compose/linx-server/#_4","title":"\u0410\u0432\u0442\u043e\u0440","text":"Andrei Marcu, https://andreim.net/
"}]}