diff --git a/res/include/md/filesystem.md b/res/include/md/filesystem.md
index 21395c1..3ac60db 100644
--- a/res/include/md/filesystem.md
+++ b/res/include/md/filesystem.md
@@ -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
diff --git a/res/template/fragments/page_wrap.html b/res/template/fragments/page_wrap.html
index a34eec7..56543c0 100644
--- a/res/template/fragments/page_wrap.html
+++ b/res/template/fragments/page_wrap.html
@@ -11,12 +11,12 @@
{{.User.Username}}
My Files
My Albums
- {{if .User.IsAdmin}}
- Admin Panel
- {{end}}
{{if .User.Subscription.FilesystemAccess}}
Filesystem
{{end}}
+ {{if .User.IsAdmin}}
+ Admin Panel
+ {{end}}
Log out
{{else}}
Login
@@ -28,6 +28,7 @@
Apps
Theme
API
+ Filesystem Guide
Acknowledgements
DMCA and abuse
Server Status