Add filesystem guide to menu
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Filesystem
|
# Filesystem Guide
|
||||||
|
|
||||||
Pixeldrain has an experimental filesystem feature. It can be accessed from any
|
Pixeldrain has an experimental filesystem feature. It can be accessed from any
|
||||||
account with a Prepaid plan or a Persistence or higher subscription by going to
|
account with a paid subscription (Patreon or Prepaid) by going to
|
||||||
[pixeldrain.com/d/me](/d/me).
|
[pixeldrain.com/d/me](/d/me).
|
||||||
|
|
||||||
* **IMPORTANT**: The filesystem is *experimental*. This means that it's not
|
* **IMPORTANT**: The filesystem is *experimental*. This means that it's not
|
||||||
@@ -17,7 +17,7 @@ Contents:
|
|||||||
* [Directory sharing](#directory-sharing)
|
* [Directory sharing](#directory-sharing)
|
||||||
* [Limits](#limits)
|
* [Limits](#limits)
|
||||||
* [Client integrations](#client-integrations)
|
* [Client integrations](#client-integrations)
|
||||||
* [Rclone integration](#rclone-integration)
|
* [Rclone](#rclone)
|
||||||
* [FTPS](#ftps)
|
* [FTPS](#ftps)
|
||||||
|
|
||||||
## Pricing
|
## Pricing
|
||||||
@@ -26,6 +26,9 @@ Every time you create or remove a file your account's storage usage will be
|
|||||||
updated. This can take some time. If your account's storage is full you will no
|
updated. This can take some time. If your account's storage is full you will no
|
||||||
longer be able to upload anything to the filesystem.
|
longer be able to upload anything to the filesystem.
|
||||||
|
|
||||||
|
The Pro subscription has a storage limit of 2 TB. It doesn't show on the profile
|
||||||
|
page because it's calculated differently from the other plans, but it is there.
|
||||||
|
|
||||||
For Prepaid plans the storage is charged at €4 per TB per month. You can view
|
For Prepaid plans the storage is charged at €4 per TB per month. You can view
|
||||||
your usage in the [transaction log](/user/prepaid/transactions).
|
your usage in the [transaction log](/user/prepaid/transactions).
|
||||||
|
|
||||||
@@ -71,7 +74,7 @@ directories you have. Keep that in mind when organizing your files.
|
|||||||
|
|
||||||
There are two ways to access your filesystem from outside the web interface.
|
There are two ways to access your filesystem from outside the web interface.
|
||||||
|
|
||||||
### Rclone integration
|
### Rclone
|
||||||
|
|
||||||
I have built a custom rclone backend to integrate with the filesystem. It can be
|
I have built a custom rclone backend to integrate with the filesystem. It can be
|
||||||
found [on my GitHub](https://github.com/Fornaxian/rclone). To use it you will
|
found [on my GitHub](https://github.com/Fornaxian/rclone). To use it you will
|
||||||
|
@@ -11,12 +11,12 @@
|
|||||||
<a href="/user">{{.User.Username}}</a>
|
<a href="/user">{{.User.Username}}</a>
|
||||||
<a href="/user/filemanager#files">My Files</a>
|
<a href="/user/filemanager#files">My Files</a>
|
||||||
<a href="/user/filemanager#lists">My Albums</a>
|
<a href="/user/filemanager#lists">My Albums</a>
|
||||||
{{if .User.IsAdmin}}
|
|
||||||
<a href="/admin">Admin Panel</a>
|
|
||||||
{{end}}
|
|
||||||
{{if .User.Subscription.FilesystemAccess}}
|
{{if .User.Subscription.FilesystemAccess}}
|
||||||
<a href="/d/me">Filesystem</a>
|
<a href="/d/me">Filesystem</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
{{if .User.IsAdmin}}
|
||||||
|
<a href="/admin">Admin Panel</a>
|
||||||
|
{{end}}
|
||||||
<a href="/logout">Log out</a>
|
<a href="/logout">Log out</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a href="/login">Login</a>
|
<a href="/login">Login</a>
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
<a href="/apps">Apps</a>
|
<a href="/apps">Apps</a>
|
||||||
<a href="/appearance">Theme</a>
|
<a href="/appearance">Theme</a>
|
||||||
<a href="/api">API</a>
|
<a href="/api">API</a>
|
||||||
|
<a href="/filesystem">Filesystem Guide</a>
|
||||||
<a href="/acknowledgements">Acknowledgements</a>
|
<a href="/acknowledgements">Acknowledgements</a>
|
||||||
<a href="/abuse">DMCA and abuse</a>
|
<a href="/abuse">DMCA and abuse</a>
|
||||||
<a href="https://stats.uptimerobot.com/p9v2ktzyjm" target="_blank">Server Status</a>
|
<a href="https://stats.uptimerobot.com/p9v2ktzyjm" target="_blank">Server Status</a>
|
||||||
|
Reference in New Issue
Block a user