|
@@ -177,6 +177,22 @@ Crimson includes custom styles, images, and views.
|
|
|
| -------- | ---------- | ------------ |
|
|
| -------- | ---------- | ------------ |
|
|
|
|  |  | 
|
|
|  |  | 
|
|
|
|
|
|
|
|
|
|
+#### Usage with Docker:
|
|
|
|
|
+
|
|
|
|
|
+If you're using Docker, make sure `/kutt/custom` volume is mounted or you have access to it. [View Docker compose example →](https://github.com/thedevs-network/kutt/blob/main/docker-compose.yml#L7)
|
|
|
|
|
+
|
|
|
|
|
+Then, move your files to that volume. You can do it with this Docker command:
|
|
|
|
|
+
|
|
|
|
|
+```sh
|
|
|
|
|
+docker cp <path-to-custom-folder> <kutt-container-name>:/kutt
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+For example:
|
|
|
|
|
+
|
|
|
|
|
+```sh
|
|
|
|
|
+docker cp custom kutt-server-1:/kutt
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
## Browser extensions
|
|
## Browser extensions
|
|
|
|
|
|
|
|
Download Kutt's extension for web browsers via below links.
|
|
Download Kutt's extension for web browsers via below links.
|