From 8e1db84db646a92aad69b8d40f478a846e559402 Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Tue, 19 Dec 2023 20:43:11 +0000 Subject: [PATCH] deploy: 2e10ecf6cbde1a71554018d2f52237f3bc3371e9 --- 404.html | 2 +- categories/index.html | 2 +- contributors/index.html | 2 +- docs/comparsion/index.html | 2 +- docs/comparsion/misskey/index.html | 2 +- docs/getting-started/index.html | 2 +- docs/getting-started/overview/index.html | 2 +- docs/index.html | 2 +- docs/install/faqs/index.html | 2 +- docs/install/fresh/index.html | 8 ++++---- docs/install/index.html | 2 +- docs/install/migrate/index.html | 2 +- ...ccb14e617ae0f23e3bd58a782d7cfea60d7da5aa8db0711140b.js | 2 +- tags/index.html | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) rename index.min.6fdac63914a5ce0df55b467c405475a4bd52c91bb063eb8f0880f7a15e59e2c42935c3bc6e8e3f1269e512b792bbc01437c8532f870b5b7c08939ea62b5fe90c.js => index.min.5b2a1479ccaf96cf9db5642551a1f2cb20a18b20891406e15b17927c4f343a63bd2551e971eb6ccb14e617ae0f23e3bd58a782d7cfea60d7da5aa8db0711140b.js (98%) diff --git a/404.html b/404.html index fa33709..f06f29e 100644 --- a/404.html +++ b/404.html @@ -3,4 +3,4 @@

Page not found :(

The page you are looking for doesn't exist or has been moved.

- \ No newline at end of file + \ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 115c9ff..82a4bad 100644 --- a/categories/index.html +++ b/categories/index.html @@ -3,4 +3,4 @@

Categories

- \ No newline at end of file + \ No newline at end of file diff --git a/contributors/index.html b/contributors/index.html index b57f411..27d1430 100644 --- a/contributors/index.html +++ b/contributors/index.html @@ -3,4 +3,4 @@

Contributors

- \ No newline at end of file + \ No newline at end of file diff --git a/docs/comparsion/index.html b/docs/comparsion/index.html index c9bff87..224ec4b 100644 --- a/docs/comparsion/index.html +++ b/docs/comparsion/index.html @@ -9,4 +9,4 @@ Comparsion
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/comparsion/misskey/index.html b/docs/comparsion/misskey/index.html index e16143d..a622bc2 100644 --- a/docs/comparsion/misskey/index.html +++ b/docs/comparsion/misskey/index.html @@ -33,4 +33,4 @@ been removed (smaller installation, faster image/video uploads)
  • argon2 instead of bcrypt for hashing users’ secrets
  • admins can delete remote emojis
  • admins can disable achievements
  • admins can refresh remote user details
  • admins can set a default emoji for likes/reactions
  • the PWA icon matches the instance icon
  • deleted custom emoji are automatically removed from Drive
  • ← Migrating from another software
    FAQs →
    - \ No newline at end of file + \ No newline at end of file diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html index df69d50..65714fb 100644 --- a/docs/getting-started/index.html +++ b/docs/getting-started/index.html @@ -9,4 +9,4 @@ Comparsion
    - \ No newline at end of file + \ No newline at end of file diff --git a/docs/getting-started/overview/index.html b/docs/getting-started/overview/index.html index a5ed168..38e65e5 100644 --- a/docs/getting-started/overview/index.html +++ b/docs/getting-started/overview/index.html @@ -25,4 +25,4 @@ FAQs.

    Fresh Installation →
    - \ No newline at end of file + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index f62333d..b0704bf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,4 +9,4 @@ Comparsion
    - \ No newline at end of file + \ No newline at end of file diff --git a/docs/install/faqs/index.html b/docs/install/faqs/index.html index 4e81f38..d9f3050 100644 --- a/docs/install/faqs/index.html +++ b/docs/install/faqs/index.html @@ -29,4 +29,4 @@ enable the “Enable Push-Notifications for your Browser” toggle.

    ← Sharkey vs Misskey
    - \ No newline at end of file + \ No newline at end of file diff --git a/docs/install/fresh/index.html b/docs/install/fresh/index.html index 336d163..d5d3e86 100644 --- a/docs/install/fresh/index.html +++ b/docs/install/fresh/index.html @@ -24,9 +24,9 @@ ExpandCollapse

    Before you start, you really need:

    With Docker

    Prerequisites:

    Create multiple directories:

    mkdir Sharkey && mkdir Sharkey/.config
    -

    Fetch all required examples and enter directory:

    wget -O Sharkey/docker-compose.yml https://raw.githubusercontent.com/transfem-org/Sharkey/stable/docker-compose.yml.example
    -wget -O Sharkey/.config/default.yml https://raw.githubusercontent.com/transfem-org/Sharkey/stable/.config/example.yml
    -wget -O Sharkey/.config/docker.env https://raw.githubusercontent.com/transfem-org/Sharkey/stable/.config/docker_example.env
    +

    Fetch all required examples and enter directory:

    wget -O Sharkey/docker-compose.yml https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/docker-compose.yml.example
    +wget -O Sharkey/.config/default.yml https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/.config/example.yml
    +wget -O Sharkey/.config/docker.env https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/.config/docker_example.env
     cd Sharkey
     

    Edit .config/default.yml, there are comments explaining what each option means. In particular, we’re going to assume you have:

    url: https://{YOUR DOMAIN NAME}/
    @@ -127,4 +127,4 @@
     previous build, then you can install+build+migrate+restart again.

    - \ No newline at end of file + \ No newline at end of file diff --git a/docs/install/index.html b/docs/install/index.html index 91f5f65..81f3d88 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -9,4 +9,4 @@ Comparsion - \ No newline at end of file + \ No newline at end of file diff --git a/docs/install/migrate/index.html b/docs/install/migrate/index.html index 909ad76..92b1f42 100644 --- a/docs/install/migrate/index.html +++ b/docs/install/migrate/index.html @@ -189,4 +189,4 @@ be able to search notes, you must enable it via the “roles” system.

    Congratulations, you’re now running Sharkey!

    - \ No newline at end of file + \ No newline at end of file diff --git a/index.min.6fdac63914a5ce0df55b467c405475a4bd52c91bb063eb8f0880f7a15e59e2c42935c3bc6e8e3f1269e512b792bbc01437c8532f870b5b7c08939ea62b5fe90c.js b/index.min.5b2a1479ccaf96cf9db5642551a1f2cb20a18b20891406e15b17927c4f343a63bd2551e971eb6ccb14e617ae0f23e3bd58a782d7cfea60d7da5aa8db0711140b.js similarity index 98% rename from index.min.6fdac63914a5ce0df55b467c405475a4bd52c91bb063eb8f0880f7a15e59e2c42935c3bc6e8e3f1269e512b792bbc01437c8532f870b5b7c08939ea62b5fe90c.js rename to index.min.5b2a1479ccaf96cf9db5642551a1f2cb20a18b20891406e15b17927c4f343a63bd2551e971eb6ccb14e617ae0f23e3bd58a782d7cfea60d7da5aa8db0711140b.js index 81fe611..38a5955 100644 --- a/index.min.6fdac63914a5ce0df55b467c405475a4bd52c91bb063eb8f0880f7a15e59e2c42935c3bc6e8e3f1269e512b792bbc01437c8532f870b5b7c08939ea62b5fe90c.js +++ b/index.min.5b2a1479ccaf96cf9db5642551a1f2cb20a18b20891406e15b17927c4f343a63bd2551e971eb6ccb14e617ae0f23e3bd58a782d7cfea60d7da5aa8db0711140b.js @@ -15,7 +15,7 @@ wget -O Sharkey/docker-compose.`,content:`Before you start, you really need: an always-on machine that can receive connections from the Internet a domain name to dedicate to your Sharkey instance, resolving to the address(es) of that machine a web server running on that machine, with valid TLS certificates for the domain name With Docker # Prerequisites: Docker Compose Plugin Create multiple directories: mkdir Sharkey \u0026amp;\u0026amp; mkdir Sharkey/.config Fetch all required examples and enter directory: -wget -O Sharkey/docker-compose.yml https://raw.githubusercontent.com/transfem-org/Sharkey/stable/docker-compose.yml.example wget -O Sharkey/.config/default.yml https://raw.githubusercontent.com/transfem-org/Sharkey/stable/.config/example.yml wget -O Sharkey/.config/docker.env https://raw.githubusercontent.com/transfem-org/Sharkey/stable/.config/docker_example.env cd Sharkey Edit .config/default.yml, there are comments explaining what each option means. In particular, we\u0026rsquo;re going to assume you have: +wget -O Sharkey/docker-compose.yml https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/docker-compose.yml.example wget -O Sharkey/.config/default.yml https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/.config/example.yml wget -O Sharkey/.config/docker.env https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/.config/docker_example.env cd Sharkey Edit .config/default.yml, there are comments explaining what each option means. In particular, we\u0026rsquo;re going to assume you have: url: https://{YOUR DOMAIN NAME}/ (replace {YOUR DOMAIN NAME} with the domain name we talked about at the start). Edit docker-compose.yml, there are multiple comments there as well. If you want to set up note search with meilisearch, uncomment all of meilisearch options, otherwise proceed to do the following changes in the services: / web: section: uncomment the line that starts with image: remove the line build: . Starting: diff --git a/tags/index.html b/tags/index.html index 4a41e3d..3546a21 100644 --- a/tags/index.html +++ b/tags/index.html @@ -3,4 +3,4 @@

    Tags

    - \ No newline at end of file + \ No newline at end of file