@@ -16,13 +16,13 @@ Docker image of ProFTPD for Froxlor Server Management Panel.
1616### Docker Compose
1717
1818~~~ dockerfile
19- version: ' 2.4'
19+ version: " 2.4"
2020
2121services:
2222 ftp:
2323 image: bloodhunterd/froxlor-ftp
2424 ports:
25- - ' 21:21'
25+ - " 21:21"
2626 volumes:
2727 - ./webs/:/var/customers/webs/
2828~~~
@@ -31,52 +31,52 @@ services:
3131
3232#### Common
3333
34- | ENV | Default | Description
35- | --- | ------- | -----------
36- | SERVER_NAME | Froxlor FTP | Public server name.
37- | TZ | Europe/Berlin | [ PHP: List of supported timezones - Manual] ( https://www.php.net/manual/en/timezones.php ) .
34+ | ENV | Default | Description |
35+ | ------------- | --------------- | ------------------------------------------------------------------------------------------- |
36+ | SERVER_NAME | Froxlor FTP | Public server name. |
37+ | TZ | Europe/Berlin | [ PHP: List of supported timezones - Manual] ( https://www.php.net/manual/en/timezones.php ) . |
3838
3939#### Froxlor
4040
41- | ENV | Default | Description
42- | --- | ------- | -----------
43- | FRX_WEB_DIR | /var/customers/webs | Path to the Froxlor customer web.
44- | FRX_DB_HOST | localhost | Froxlor database hostname or IP.
45- | FRX_DB_NAME | froxlor | Froxlor database name.
46- | FRX_DB_USER | froxlor | Froxlor database user.
47- | FRX_DB_PASSWORD | | Froxlor database user password.
41+ | ENV | Default | Description |
42+ | ----------------- | --------------------- | ----------------------------------- |
43+ | FRX_WEB_DIR | /var/customers/webs | Path to the Froxlor customer web. |
44+ | FRX_DB_HOST | localhost | Froxlor database hostname or IP. |
45+ | FRX_DB_NAME | froxlor | Froxlor database name. |
46+ | FRX_DB_USER | froxlor | Froxlor database user. |
47+ | FRX_DB_PASSWORD | | Froxlor database user password. |
4848
4949#### SFTP
5050
51- | ENV | Default | Description
52- | --- | :-----: |---------------------
53- | SFTP_ENGINE | on | Enable/disable SFTP service. Valid values are ** on** or ** off** .
54- | SFTP_PORT | 21 | Port of the SFTP service.
51+ | ENV | Default | Description |
52+ | ------------- | :-------: | ------------------------------------------------------------------ |
53+ | SFTP_ENGINE | on | Enable/disable SFTP service. Valid values are ** on** or ** off** . |
54+ | SFTP_PORT | 21 | Port of the SFTP service. |
5555
5656#### FTPS
5757
58- | ENV | Default | Description
59- | --- | :-----: | -----------
60- | TLS_CERT_BITS | 2048 | Certificate strength in bits.
61- | TLS_CERT_COMMON_NAME | | Certificate domain.
62- | TLS_CERT_COUNTRY | | Country of the certificate issuer.
63- | TLS_CERT_DAYS | 3652 | Time in days the certificate is valid.
64- | TLS_CERT_ORGANIZATION | | Organization of the certificate issuer.
65- | TLS_CERT_STATE | | State of the certificate issuer.
66- | TLS_ENGINE | off | Enable/disable FTPS service. Valid values are ** on** or ** off** .
67- | TLS_PROTOCOLS | TLSv1 TLSv1.1 TLSv1.2 | Space separated TLS protocol versions.
58+ | ENV | Default | Description |
59+ | ----------------------- | :---------------: | ------------------------------------------------------------------ |
60+ | TLS_CERT_BITS | 2048 | Certificate strength in bits. |
61+ | TLS_CERT_COMMON_NAME | localhost | Certificate domain. |
62+ | TLS_CERT_COUNTRY | | Country of the certificate issuer. |
63+ | TLS_CERT_DAYS | 3652 | Time in days the certificate is valid. |
64+ | TLS_CERT_ORGANIZATION | | Organization of the certificate issuer. |
65+ | TLS_CERT_STATE | | State of the certificate issuer. |
66+ | TLS_ENGINE | off | Enable/disable FTPS service. Valid values are ** on** or ** off** . |
67+ | TLS_PROTOCOLS | TLSv1.2 TLSv1.3 | Space separated TLS protocol versions. |
6868
6969### Ports
7070
71- | Port | Description
72- | ---: | -----------
73- | 21 | Port for FTP, FTPS and/or SFTP.
71+ | Port | Description |
72+ | -----: | --------------------------------- |
73+ | 21 | Port for FTP, FTPS and/or SFTP. |
7474
7575### Volumes
7676
77- | Volume | Path | Read only | Description
78- | ------ | ---- |:---------:| -----------
79- | Froxlor customers | /var/customers/webs/ | ✖ ; | Froxlor customer web directory.
77+ | Volume | Path | Read only | Description |
78+ | ------------------- | ---------------------- | :---------:| --------------------------------- |
79+ | Froxlor customers | /var/customers/webs/ | ✖ ; | Froxlor customer web directory. |
8080
8181## Update
8282
0 commit comments