Add filesystem guide to menu

This commit is contained in:
2024-02-08 18:17:12 +01:00
parent 6edb2e81d7
commit ffcb823439
2 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Filesystem
# Filesystem Guide
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).
* **IMPORTANT**: The filesystem is *experimental*. This means that it's not
@@ -17,7 +17,7 @@ Contents:
* [Directory sharing](#directory-sharing)
* [Limits](#limits)
* [Client integrations](#client-integrations)
* [Rclone integration](#rclone-integration)
* [Rclone](#rclone)
* [FTPS](#ftps)
## 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
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
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.
### Rclone integration
### Rclone
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

View File

@@ -11,12 +11,12 @@
<a href="/user">{{.User.Username}}</a>
<a href="/user/filemanager#files">My Files</a>
<a href="/user/filemanager#lists">My Albums</a>
{{if .User.IsAdmin}}
<a href="/admin">Admin Panel</a>
{{end}}
{{if .User.Subscription.FilesystemAccess}}
<a href="/d/me">Filesystem</a>
{{end}}
{{if .User.IsAdmin}}
<a href="/admin">Admin Panel</a>
{{end}}
<a href="/logout">Log out</a>
{{else}}
<a href="/login">Login</a>
@@ -28,6 +28,7 @@
<a href="/apps">Apps</a>
<a href="/appearance">Theme</a>
<a href="/api">API</a>
<a href="/filesystem">Filesystem Guide</a>
<a href="/acknowledgements">Acknowledgements</a>
<a href="/abuse">DMCA and abuse</a>
<a href="https://stats.uptimerobot.com/p9v2ktzyjm" target="_blank">Server Status</a>