The server administration software for your needs - The official Froxlor development Git repository
Go to file
Michael Kaufmann 2e8e09cb2c
rework search-result-window
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2022-09-08 15:05:19 +02:00
.github add testing for mysql-server/customer-update of allowed_mysqlserver; beautify config-command/file details 2022-04-29 16:53:01 +02:00
actions display which is the default password-hash; fix language selection on login 2022-08-26 16:07:40 +02:00
bin added new cli command froxlor:user for unlocking, password-changing and info-display of a user 2022-08-21 12:47:20 +02:00
cache 0.11 dev (#1010) 2022-02-16 09:57:17 +01:00
doc major refactoring of almost all files 2022-04-28 20:48:00 +02:00
install more work on new traffic view 2022-09-08 10:27:03 +02:00
lib DirectoryMatch the start of the folder, not every folder in any subdirectory 2022-09-08 13:13:23 +02:00
lng start work on traffic-view refactoring 2022-09-07 12:56:02 +02:00
logs Improves gitignore and deletes unused .keep in /logs 2018-11-25 21:49:41 +01:00
templates rework search-result-window 2022-09-08 15:05:19 +02:00
tests update sql-users with their corresponding password-hash-algorithm; remove a few notices for empty values in str_replace and others 2022-07-17 12:22:06 +02:00
.editorconfig add editorconfig 2022-02-25 21:25:15 +01:00
.gitignore add install/*.json to .gitignore 2022-05-26 13:12:43 +02:00
2fa.php various minor bugfixes; composer requirements update 2022-08-10 00:17:11 +02:00
admin_admins.php add onpage mini-search for listings 2022-07-23 11:52:22 +02:00
admin_apcuinfo.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_autoupdate.php add missing whitespace after channel-name fir update.noupdatesavail language string 2022-05-26 14:06:32 +02:00
admin_configfiles.php fixing icons 2022-09-08 13:13:06 +02:00
admin_cronjobs.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_customers.php add onpage mini-search for listings 2022-07-23 11:52:22 +02:00
admin_domains.php correction for mandatory fields in forms 2022-08-26 09:06:42 +02:00
admin_index.php add interval for external update-check; add parameter 'force' to Froxlor.checkUpdate() API call; fix session/language update when changing language 2022-07-24 11:47:10 +02:00
admin_ipsandports.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_logger.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_message.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_mysqlserver.php add frontend for new MysqlServer API command 2022-05-24 19:50:30 +02:00
admin_opcacheinfo.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_phpsettings.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
admin_plans.php correction for mandatory fields in forms 2022-08-26 09:06:42 +02:00
admin_settings.php fixing icons 2022-09-08 13:13:06 +02:00
admin_templates.php various minor bugfixes; composer requirements update 2022-08-10 00:17:11 +02:00
admin_traffic.php more work on new traffic view 2022-09-08 10:27:03 +02:00
admin_updates.php add possibility to show subdomains fully in php-settings listing; UI adjustments 2022-08-26 09:54:06 +02:00
api_keys.php inject success-message to avoid re-sending of form 2022-07-22 08:52:52 +02:00
api.php catch php errors to return valid JSON when invoking API, refs #1047 2022-07-22 08:37:19 +02:00
build.xml Ga testing (#955) 2021-07-17 14:14:35 +02:00
composer.json various minor bugfixes; composer requirements update 2022-08-10 00:17:11 +02:00
composer.lock various minor bugfixes; composer requirements update 2022-08-10 00:17:11 +02:00
COPYING fix rpmlints incorrect-fsf-address 2013-05-04 10:32:16 +02:00
customer_domains.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
customer_email.php correction for mandatory fields in forms 2022-08-26 09:06:42 +02:00
customer_extras.php minor ui/lang adjustments; add security question for backup-abort action 2022-05-13 11:22:14 +02:00
customer_ftp.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
customer_index.php add interval for external update-check; add parameter 'force' to Froxlor.checkUpdate() API call; fix session/language update when changing language 2022-07-24 11:47:10 +02:00
customer_logger.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
customer_mysql.php add frontend for new MysqlServer API command 2022-05-24 19:50:30 +02:00
customer_traffic.php more work on new traffic view 2022-09-08 10:27:03 +02:00
dns_editor.php fixing icons 2022-09-08 13:13:06 +02:00
error_report.php various minor fixes for issues found by community member awsome 2022-08-25 21:02:54 +02:00
index.php display which is the default password-hash; fix language selection on login 2022-08-26 16:07:40 +02:00
logfiles_viewer.php fixing icons 2022-09-08 13:13:06 +02:00
package-lock.json update npm requirements 2022-09-08 10:29:06 +02:00
package.json update ui class and traffic stats 2022-03-18 12:53:34 +01:00
phpcs.xml get rid of most of the checkstyle warnings 2018-12-24 13:50:45 +01:00
phpdox.xml [CI] add composer to build.xml; run PHPCompatibility check; run only phpunit in travis 2018-12-23 10:39:27 +01:00
phpmd.xml auto-format all files; add table-definitions to test-bootstrap file 2018-12-21 12:24:07 +01:00
phpunit.xml Feature/crontaskid (#1005) 2022-01-21 10:03:45 +01:00
README.md update debian/ubuntu instructions 2022-04-24 18:48:44 +02:00
robots.txt Deny all robots 2021-06-01 14:45:47 +02:00
SECURITY.md Create SECURITY.md 2019-10-30 11:00:08 +01:00
ssl_certificates.php major refactoring of almost all files 2022-04-28 20:48:00 +02:00
ssl_editor.php fixing icons 2022-09-08 13:13:06 +02:00
webpack.mix.js update cron fpm config builder and webpack assets 2022-04-21 18:19:23 +02:00

Froxlor-CI Froxlor-CI Discord

Froxlor

The server administration software for your needs. Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.

Installation

Fast install

  1. Ensure that your webserver serves /var/www
  2. Extract froxlor into /var/www
  3. Point your browser to http://[ip-of-webserver]/froxlor
  4. Follow the installer
  5. Login as administrator
  6. Adjust "System > Settings" according to your needs
  7. Choose your distribution under "System > Configuration"
  8. Follow the steps for your services
  9. Have fun!

Detailed installation

https://docs.froxlor.org/general/installation/index.html

Help

You may find help in the following places:

Discord

The froxlor community discord server can be found here: https://discord.froxlor.org

IRC

froxlor may be found on libera.chat, channel #froxlor: irc://irc.libera.chat/froxlor

Forum

The community is located on https://forum.froxlor.org/

Wiki

More documentation may be found in the froxlor - documentation: https://docs.froxlor.org/

License

May be found in COPYING

Downloads

Tarball

https://files.froxlor.org/releases/froxlor-latest.tar.gz MD5 SHA1

Debian / Ubutnu repository

HowTo

Debian

apt-get -y install apt-transport-https lsb-release ca-certificates curl
curl -sSLo /usr/share/keyrings/deb.froxlor.org-froxlor.gpg https://deb.froxlor.org/froxlor.gpg
echo sh -c '"deb [signed-by=/usr/share/keyrings/deb.froxlor.org-froxlor.gpg] https://deb.froxlor.org/debian $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list'

Ubuntu

apt-get -y install apt-transport-https lsb-release ca-certificates curl
curl -sSLo /usr/share/keyrings/deb.froxlor.org-froxlor.gpg https://deb.froxlor.org/froxlor.gpg
echo sh -c '"deb [signed-by=/usr/share/keyrings/deb.froxlor.org-froxlor.gpg] https://deb.froxlor.org/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list'

Contributing

see here