Преглед на файлове

update some descriptions

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino преди 1 година
родител
ревизия
aa4a7aa6f6
променени са 6 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 1 1
      .github/workflows/docker.yml
  2. 1 1
      internal/cmd/root.go
  3. 1 1
      internal/service/service_windows.go
  4. 1 1
      pkgs/build.sh
  5. 1 1
      pkgs/choco/sftpgo.nuspec
  6. 1 1
      pkgs/debian/control

+ 1 - 1
.github/workflows/docker.yml

@@ -178,7 +178,7 @@ jobs:
             FEATURES=${{ steps.info.outputs.features }}
             FEATURES=${{ steps.info.outputs.features }}
           labels: |
           labels: |
             org.opencontainers.image.title=SFTPGo
             org.opencontainers.image.title=SFTPGo
-            org.opencontainers.image.description=Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support
+            org.opencontainers.image.description=Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV
             org.opencontainers.image.url=https://github.com/drakkan/sftpgo
             org.opencontainers.image.url=https://github.com/drakkan/sftpgo
             org.opencontainers.image.documentation=https://github.com/drakkan/sftpgo/blob/${{ github.sha }}/docker/README.md
             org.opencontainers.image.documentation=https://github.com/drakkan/sftpgo/blob/${{ github.sha }}/docker/README.md
             org.opencontainers.image.source=https://github.com/drakkan/sftpgo
             org.opencontainers.image.source=https://github.com/drakkan/sftpgo

+ 1 - 1
internal/cmd/root.go

@@ -90,7 +90,7 @@ var (
 
 
 	rootCmd = &cobra.Command{
 	rootCmd = &cobra.Command{
 		Use:   "sftpgo",
 		Use:   "sftpgo",
-		Short: "Fully featured and highly configurable SFTP server",
+		Short: "Full-featured and highly configurable file transfer server",
 	}
 	}
 )
 )
 
 

+ 1 - 1
internal/service/service_windows.go

@@ -38,7 +38,7 @@ import (
 
 
 const (
 const (
 	serviceName     = "SFTPGo"
 	serviceName     = "SFTPGo"
-	serviceDesc     = "Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support"
+	serviceDesc     = "Full-featured and highly configurable file transfer server"
 	rotateLogCmd    = svc.Cmd(128)
 	rotateLogCmd    = svc.Cmd(128)
 	acceptRotateLog = svc.Accepted(rotateLogCmd)
 	acceptRotateLog = svc.Accepted(rotateLogCmd)
 )
 )

+ 1 - 1
pkgs/build.sh

@@ -52,7 +52,7 @@ section: "net"
 priority: "optional"
 priority: "optional"
 maintainer: "Nicola Murino <nicola.murino@gmail.com>"
 maintainer: "Nicola Murino <nicola.murino@gmail.com>"
 description: |
 description: |
-  Fully featured and highly configurable SFTP server
+  Full-featured and highly configurable SFTP server
   SFTPGo has optional HTTP, FTP/S and WebDAV support.
   SFTPGo has optional HTTP, FTP/S and WebDAV support.
   It can serve local filesystem, S3 (Compatible) Object Storage,
   It can serve local filesystem, S3 (Compatible) Object Storage,
   Google Cloud Storage, Azure Blob Storage, SFTP.
   Google Cloud Storage, Azure Blob Storage, SFTP.

+ 1 - 1
pkgs/choco/sftpgo.nuspec

@@ -16,7 +16,7 @@
 		<docsUrl>https://github.com/drakkan/sftpgo/tree/v2.5.6/docs</docsUrl>
 		<docsUrl>https://github.com/drakkan/sftpgo/tree/v2.5.6/docs</docsUrl>
 		<bugTrackerUrl>https://github.com/drakkan/sftpgo/issues</bugTrackerUrl>
 		<bugTrackerUrl>https://github.com/drakkan/sftpgo/issues</bugTrackerUrl>
 		<tags>sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication</tags>
 		<tags>sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication</tags>
-		<summary>Fully featured and highly configurable SFTP server with optional HTTP/S,FTP/S and WebDAV support.</summary>
+		<summary>Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV.</summary>
 		<description>SFTPGo allows you to securely share your files over SFTP and optionally over HTTP/S, FTP/S and WebDAV as well.
 		<description>SFTPGo allows you to securely share your files over SFTP and optionally over HTTP/S, FTP/S and WebDAV as well.
 Several storage backends are supported and they are configurable per-user, so you can serve a local directory for a user and an S3 bucket (or part of it) for another one.
 Several storage backends are supported and they are configurable per-user, so you can serve a local directory for a user and an S3 bucket (or part of it) for another one.
 
 

+ 1 - 1
pkgs/debian/control

@@ -11,7 +11,7 @@ Package: sftpgo
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: bash-completion, mime-support
 Recommends: bash-completion, mime-support
-Description: Fully featured and highly configurable SFTP server
+Description: Full-featured and highly configurable SFTP server
  SFTPGo has optional FTP/S and WebDAV support.
  SFTPGo has optional FTP/S and WebDAV support.
  It can serve local filesystem, S3 (Compatible) Object Storage,
  It can serve local filesystem, S3 (Compatible) Object Storage,
  Google Cloud Storage, Azure Blob Storage, SFTP.
  Google Cloud Storage, Azure Blob Storage, SFTP.