diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /src/site/pages/faq.vue | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
Diffstat (limited to 'src/site/pages/faq.vue')
| -rw-r--r-- | src/site/pages/faq.vue | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/site/pages/faq.vue b/src/site/pages/faq.vue index b6acc95..2b286e5 100644 --- a/src/site/pages/faq.vue +++ b/src/site/pages/faq.vue @@ -2,20 +2,20 @@ <!-- eslint-disable max-len --> <div class="container has-text-left"> <h2 class="subtitle"> - What is chibisafe? + What is Hostess? </h2> <article class="message"> <div class="message-body"> - chibisafe is an easy to use, open source and completely free file upload service. We accept your files, photos, documents, anything, and give you back a shareable link for you to send to others. + Hostess is an easy to use, open source and completely free file upload service. We accept your files, photos, documents, anything, and give you back a shareable link for you to send to others. </div> </article> <h2 class="subtitle"> - Can I run my own chibisafe? + Can I run my own Hostess? </h2> <article class="message"> <div class="message-body"> - Definitely. Head to <a target="_blank" href="https://github.com/WeebDev/chibisafe">our GitHub repo</a> and follow the instructions to clone, build and deploy it by yourself. It's super easy too! + Definitely. Head to <a target="_blank" href="https://github.com/Fuwn/hostess">our GitHub repo</a> and follow the instructions to clone, build and deploy it by yourself. It's super easy too! </div> </article> @@ -33,7 +33,7 @@ </h2> <article class="message"> <div class="message-body"> - Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them only with <a target="_blank" href="https://chrome.google.com/webstore/detail/lolisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to chibisafe</strong> or to a desired album if you have any. + Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them only with <a target="_blank" href="https://chrome.google.com/webstore/detail/lolisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to Hostess</strong> or to a desired album if you have any. </div> </article> @@ -42,7 +42,7 @@ </h2> <article class="message"> <div class="message-body"> - There are too many file upload services out there, and a lot of them rely on the foundations of pomf which is ancient. In a desperate and unsuccessful attempt of finding a good file uploader that's easily extendable, chibisafe was born. We give you control over your files, we give you a way to sort your uploads into albums for ease of access and we give you an api to use with ShareX or any other thing that let's you make POST requests. + There are too many file upload services out there, and a lot of them rely on the foundations of pomf which is ancient. In a desperate and unsuccessful attempt of finding a good file uploader that's easily extendable, Hostess was born. We give you control over your files, we give you a way to sort your uploads into albums for ease of access and we give you an api to use with ShareX or any other thing that let's you make POST requests. </div> </article> </div> |