فهرست منبع

Update features list (#3316)

* Update features list

Probally should add some more info

* Include /.vitepress/cache in .gitignore

* Update text slightly

* Include in "Import"

* Update docs/_data/features.ts

Co-authored-by: Jakob Bouchard <jakob@jakobbouchard.dev>

* Update docs/_data/features.ts

Co-authored-by: Neto <tynhomello@gmail.com>

* Update docs/_data/features.ts

Co-authored-by: Jakob Bouchard <jakob@jakobbouchard.dev>

* Update colors abit

* Update supported versions MariaDB 

11.0 still has some minor "warnings"

* Fix indents

---------

Co-authored-by: Jakob Bouchard <jakob@jakobbouchard.dev>
Co-authored-by: Neto <tynhomello@gmail.com>
Jaap Marcus 3 سال پیش
والد
کامیت
68216e6587
4فایلهای تغییر یافته به همراه23 افزوده شده و 6 حذف شده
  1. 1 1
      .gitignore
  2. 14 4
      docs/_data/features.ts
  3. 8 1
      docs/features.md
  4. 0 0
      docs/public/images/undraw_domain_names_re_0uun.svg

+ 1 - 1
.gitignore

@@ -35,7 +35,7 @@ web/src/vendor/composer/installed.json
 
 # vitepress build output
 **/.vitepress/dist/
-
+**/.vitepress/cache/
 # Node
 **/node_modules/
 npm-debug.log

+ 14 - 4
docs/_data/features.ts

@@ -22,9 +22,10 @@ export const webDomains: FeatureListItem[] = [
 			{ text: "PHP 7.1 (<a href='https://www.php.net/supported-versions.php'>EOL</a>)" },
 			{ text: "PHP 7.2 (<a href='https://www.php.net/supported-versions.php'>EOL</a>)" },
 			{ text: "PHP 7.3 (<a href='https://www.php.net/supported-versions.php'>EOL</a>)" },
-			{ text: "PHP 7.4" },
+			{ text: "PHP 7.4 (<a href='https://www.php.net/supported-versions.php'>EOL</a>)" },
 			{ text: "PHP 8.0" },
 			{ text: "PHP 8.1" },
+			{ text: "PHP 8.2" },
 		],
 	},
 	{
@@ -55,12 +56,21 @@ export const mail: FeatureListItem[] = [
 	{ text: "Optional Rainloop installation" },
 ];
 
+export const dns: FeatureListItem[] = [
+	{ text: "Create your own nameservers" },
+	{ text: "Easy DNS cluster setup" },
+	{ text: "Support for DNSSEC on domains" },
+];
+
 export const databases: FeatureListItem[] = [
-	{ text: "Support for MariaDB 10.2 -> 10.8 with 10.6 as default" },
+	{ text: "Support for MariaDB 10.2 -> 10.11 with 10.11 as default" },
+	{ text: "Support for MySQL 8" },
 	{ text: "Support for PostgreSQL" },
-	{ text: "Latest version of phpMyAdmin" },
+	{ text: "Latest version of phpMyAdmin and phpPgAdmin" },
 ];
 
 export const serverAdmin: FeatureListItem[] = [
-	{ text: "Automated backups to SFTP, FTP or Backblaze B2" },
+	{
+		text: "Automated backups to SFTP, FTP and via Rclone with 50+ <a href='https://rclone.org/overview/'>Cloud storage providers</a>",
+	},
 ];

+ 8 - 1
docs/features.md

@@ -7,7 +7,7 @@ title: Features
   import FeaturePageTitle from "./.vitepress/theme/components/FeaturePageTitle.vue";
   import FeaturePageSection from "./.vitepress/theme/components/FeaturePageSection.vue";
   import FeatureList from "./.vitepress/theme/components/FeatureList.vue";
-  import { users, webDomains, mail, databases, serverAdmin } from "./_data/features";
+  import { users, webDomains, mail, dns, databases, serverAdmin } from "./_data/features";
 </script>
 
 <FeaturePage>
@@ -28,6 +28,13 @@ title: Features
       <FeatureList :items="webDomains"></FeatureList>
     </template>
   </FeaturePageSection>
+  <FeaturePageSection image="/images/undraw_domain_names_re_0uun.svg">
+    <template #title>DNS</template>
+    <template #lead>Manage your own DNS server!</template>
+    <template #list>
+      <FeatureList :items="dns"></FeatureList>
+    </template>
+  </FeaturePageSection>
   <FeaturePageSection image="/images/undraw_personal_email_re_4lx7.svg">
     <template #title>Mail</template>
     <template #lead>Host your own emails, no need to pay a business mail provider!</template>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
docs/public/images/undraw_domain_names_re_0uun.svg


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است