The server administration software for your needs - The official Froxlor development Git repository
Go to file
Michael Kaufmann 07049909ef remove accidentally added character
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2022-04-03 14:44:13 +02:00
.github add workflow to automatically trigger api-docs generation in Froxlor/Documentation 2022-01-21 17:02:35 +01:00
actions add empty index.html file to all folders to avoid accidental folder-content disclosure if 'Options Indexes' is set for a (parent)folder containing froxlor in webserver-config 2022-03-24 14:35:30 +01:00
cache 0.11 dev (#1010) 2022-02-16 09:57:17 +01:00
doc add empty index.html file to all folders to avoid accidental folder-content disclosure if 'Options Indexes' is set for a (parent)folder containing froxlor in webserver-config 2022-03-24 14:35:30 +01:00
install fix exit statement in cli scripts 2022-04-03 14:42:02 +02:00
lib remove accidentally added character 2022-04-03 14:44:13 +02:00
lng make search-result links a filter/search for the overview instead of the direct edit-link; show number of total entries in overview; show 'back to overview' button when showing search-result 2022-04-01 16:47:22 +02:00
logs Improves gitignore and deletes unused .keep in /logs 2018-11-25 21:49:41 +01:00
scripts fix exit statement in cli scripts 2022-04-03 14:42:02 +02:00
templates make search-result links a filter/search for the overview instead of the direct edit-link; show number of total entries in overview; show 'back to overview' button when showing search-result 2022-04-01 16:47:22 +02:00
tests fix phpunit-tests for dev-versions 2022-04-01 10:36:27 +02:00
.editorconfig add editorconfig 2022-02-25 21:25:15 +01:00
.gitignore remove compiled assets from git 2022-03-27 16:02:07 +02:00
.travis.yml switch from freenode irc network to libera.chat irc network as freenode is dead 2021-06-16 11:57:38 +02:00
2fa.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_admins.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_apcuinfo.php refactor admin_acpuinfo 2022-03-26 16:47:46 +01:00
admin_autoupdate.php a few old session-variable leftovers 2022-03-25 08:11:31 +01:00
admin_configfiles.php add language strings for configfiles 2022-03-18 10:28:02 +01:00
admin_cronjobs.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_customers.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_domains.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_index.php refactor error-reporting for admin/customer; remove now unused Froxlor\UI\Template class 2022-03-27 12:44:44 +02:00
admin_ipsandports.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_logger.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_message.php migrate admin_settings::testmail 2022-03-24 14:25:29 +01:00
admin_opcacheinfo.php migrate admin_opcacheinfo 2022-03-25 09:32:33 +01:00
admin_phpsettings.php added a few more entities to globalsearch (admin-side) 2022-03-20 09:53:30 +01:00
admin_plans.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_settings.php migrate recalc.resource-usage 2022-03-27 14:58:52 +02:00
admin_templates.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_traffic.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
admin_updates.php fully migrate admin_updates; removed unused Froxlor\UI\Paging; 2022-03-18 16:11:56 +01:00
api_keys.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
api.php lot of formfield corrections; form-adjustments; implementing of add/edit for most customer_* pages 2022-02-21 17:42:04 +01:00
build.xml Ga testing (#955) 2021-07-17 14:14:35 +02:00
composer.json add parsedown for markdown-usage in a few cases 2022-03-13 16:33:57 +01:00
composer.lock add parsedown for markdown-usage in a few cases 2022-03-13 16:33:57 +01:00
COPYING fix rpmlints incorrect-fsf-address 2013-05-04 10:32:16 +02:00
customer_domains.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
customer_email.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
customer_extras.php migrate customer::backups 2022-03-27 13:19:26 +02:00
customer_ftp.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
customer_index.php refactor error-reporting for admin/customer; remove now unused Froxlor\UI\Template class 2022-03-27 12:44:44 +02:00
customer_logger.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
customer_mysql.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
customer_traffic.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
dns_editor.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
error_report.php refactor error-reporting for admin/customer; remove now unused Froxlor\UI\Template class 2022-03-27 12:44:44 +02:00
favicon.ico add favicon 2022-03-06 20:55:04 +01:00
index.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
logfiles_viewer.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
mix-manifest.json update templates and base structure 2022-02-18 17:06:23 +01:00
package-lock.json update ui class and traffic stats 2022-03-18 12:53:34 +01: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 api and ajax handling and response 2022-02-20 11:38:08 +01: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 fix typo and re-add button to reset opcache in opcache-overview 2022-03-26 14:09:16 +01:00
ssl_editor.php update ui class and traffic stats 2022-03-18 12:53:34 +01:00
webpack.mix.js update api and ajax handling and response 2022-02-20 11:38:08 +01: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 repository

HowTo

apt-get -y install apt-transport-https lsb-release ca-certificates
wget -O - https://deb.froxlor.org/froxlor.gpg | apt-key add -
echo "deb https://deb.froxlor.org/debian $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list

Ubuntu repository

HowTo

apt-get -y install apt-transport-https lsb-release ca-certificates
wget -O - https://deb.froxlor.org/froxlor.gpg | apt-key add -
echo "deb https://deb.froxlor.org/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list

Contributing

see here