aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1189c8a..0031e5f 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ Please refer to <https://github.com/getferdi/ferdi/wiki/Transferring-data-betwee
134<summary>Creating and using custom recipes</summary> 134<summary>Creating and using custom recipes</summary>
135Ferdium-server allows to extends the Franz/Ferdi recipe catalogue with custom Ferdium recipes. 135Ferdium-server allows to extends the Franz/Ferdi recipe catalogue with custom Ferdium recipes.
136 136
137For documentation on how to create a recipe, please visit [the official guide](https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md). 137For documentation on how to create a recipe, please visit [the official guide](https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md).
138 138
139To add your recipe to Ferdium-server, open `http://[YOUR FERDIUM-SERVER]/new` in your browser. You can now define the following settings: 139To add your recipe to Ferdium-server, open `http://[YOUR FERDIUM-SERVER]/new` in your browser. You can now define the following settings:
140 140
@@ -142,7 +142,7 @@ To add your recipe to Ferdium-server, open `http://[YOUR FERDIUM-SERVER]/new` in
142- `Name`: Name for your new service. Can contain spaces and unicode characters 142- `Name`: Name for your new service. Can contain spaces and unicode characters
143- `Service ID`: Unique ID for this recipe. Does not contain spaces or special characters (e.g. `google-drive`) 143- `Service ID`: Unique ID for this recipe. Does not contain spaces or special characters (e.g. `google-drive`)
144- `Link to SVG image`: Direct link to a 1024x1024 SVG image that is used as a logo inside the store. Please use jsDelivr when using a file uploaded to GitHub as raw.githubusercontent files won't load 144- `Link to SVG image`: Direct link to a 1024x1024 SVG image that is used as a logo inside the store. Please use jsDelivr when using a file uploaded to GitHub as raw.githubusercontent files won't load
145- `Recipe files`: Recipe files that you created using the [recipe creation guide](https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md). Please do _not_ package your files beforehand - upload the raw files (you can drag and drop multiple files). Ferdium-server will automatically package and store the recipe in the right format. Please also do not drag and drop or select the whole folder, select the individual files. 145- `Recipe files`: Recipe files that you created using the [recipe creation guide](https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md). Please do _not_ package your files beforehand - upload the raw files (you can drag and drop multiple files). Ferdium-server will automatically package and store the recipe in the right format. Please also do not drag and drop or select the whole folder, select the individual files.
146 146
147</details> 147</details>
148<details> 148<details>