The server administration software for your needs - The official Froxlor development Git repository
Go to file
Michael Kaufmann (d00p) f4dff676d6 do not allow to enable fcgid/fpm at the same time when both are set to 'yes' simultaneously in settings
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2015-02-01 18:02:29 +01:00
actions/admin/settings push some upcoming changes (still holding back db changes b/c of version jump to rc2) 2015-01-27 23:04:46 +01:00
cache Add the correct cache-directories and add .keep, so git will add them 2011-07-11 17:32:09 +02:00
css Optimized images 2015-01-16 21:16:50 +01:00
install generate only password that match our complexity-settings in customer_email.php; don't use md5() for the admin password in the installation process 2015-02-01 13:57:06 +01:00
js Made tablesorter work without inline-js 2014-12-02 17:27:41 +01:00
lib do not allow to enable fcgid/fpm at the same time when both are set to 'yes' simultaneously in settings 2015-02-01 18:02:29 +01:00
lng do not allow to enable fcgid/fpm at the same time when both are set to 'yes' simultaneously in settings 2015-02-01 18:02:29 +01:00
locales Updated translation of WebFTP 2011-07-16 10:13:13 +02:00
logs fix inline-css (violation of Content Security Policy) 2014-12-29 20:48:56 +01:00
scripts don't add rewritecond for https off if this is a ssl-vhost 2015-01-21 16:51:36 +01:00
templates add virtual_transport parameter which i somehow missed in my last commit, refs #1465 2015-02-01 03:08:18 +01:00
templates_c Add the correct cache-directories and add .keep, so git will add them 2011-07-11 17:32:09 +02:00
.gitignore get rid of almost never used HTMLPurifier library and beautify subject display on ticket-overview 2015-01-25 08:34:03 +01:00
admin_admins.php fix for bug #1482 2015-02-01 12:25:26 +01:00
admin_configfiles.php Fixing permissions a better way, thx crazy4chrissi, fixes #532 2014-01-18 14:22:45 +01:00
admin_cronjobs.php introducing new way of controling the cronjobs by creating a cron.d-file 2014-01-13 08:55:39 +01:00
admin_customers.php fix for bug #1482 2015-02-01 12:25:26 +01:00
admin_domains.php force integer conversion for domainimport-offset-field, as POST sends it as string; filter IP-addresses that are unknown to froxlor when importing domains. 2015-01-30 17:55:27 +01:00
admin_index.php fix for bug #1482 2015-02-01 12:25:26 +01:00
admin_ipsandports.php first few implementations of new Setting-class, refs #1325 2013-12-15 11:47:23 +01:00
admin_logger.php first few implementations of new Setting-class, refs #1325 2013-12-15 11:47:23 +01:00
admin_message.php require is a statement and not a function 2013-11-18 12:53:33 +01:00
admin_phpsettings.php fix wrong variable 2014-02-20 11:18:46 +01:00
admin_settings.php show message on display-failure of phpinfo()-page, thx to papa-smurf for the hint 2014-11-18 10:56:25 +01:00
admin_templates.php bugfixing template-variables list when editing mail-templates; refs #496 2014-12-12 20:54:59 +01:00
admin_tickets.php get rid of almost never used HTMLPurifier library and beautify subject display on ticket-overview 2015-01-25 08:34:03 +01:00
admin_traffic.php first few implementations of new Setting-class, refs #1325 2013-12-15 11:47:23 +01:00
admin_updates.php fix inline-css (violation of Content Security Policy) 2014-12-29 20:48:56 +01:00
COPYING fix rpmlints incorrect-fsf-address 2013-05-04 10:32:16 +02:00
customer_domains.php don't allow a customer to add the froxlor-hostname as subdomain in case the froxlor-hostname is sub.dom.tld and the customer has dom.tld assigned, thx to chrisalexthomas for 'finding' this :) 2015-01-28 21:55:46 +01:00
customer_email.php generate only password that match our complexity-settings in customer_email.php; don't use md5() for the admin password in the installation process 2015-02-01 13:57:06 +01:00
customer_extras.php fight stupidity - teach your customers not to use password == username 2014-05-18 11:16:35 +02:00
customer_ftp.php Import default subject/body for e-mails templates; fixes #496 2014-12-12 19:26:06 +01:00
customer_index.php fix for bug #1482 2015-02-01 12:25:26 +01:00
customer_mysql.php replace DB_SRV with the hostname/ip and not the caption of the mysql-server, thx to rzeka for noticing 2015-01-15 17:29:49 +01:00
customer_tickets.php get rid of almost never used HTMLPurifier library and beautify subject display on ticket-overview 2015-01-25 08:34:03 +01:00
customer_traffic.php Fixing mailtraffic cron, fixes traffic graph sorting 2013-12-22 10:57:56 +01:00
index.php another md5() leftover 2015-02-01 13:12:24 +01:00
README.md Create readme.md 2013-12-03 14:47:17 +01:00
smarty.c Updated translation of WebFTP 2011-07-16 10:13:13 +02:00
webftp.php remove google-webfont-stuff (just create your own theme or overwrite Sparkle to use another font); remove more inline css and remove unnecessary JS in hints-templates 2014-12-29 21:08:01 +01:00

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 "Server > Settings" according to your needs
  7. Choose your distribution under "Server > Configuration"
  8. Follow the steps for your services
  9. Have fun!

Detailed installation

http://redmine.froxlor.org/projects/froxlor/wiki/Installationtarball

Help

You may find help in the following places:

IRC

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

Forum

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

Wiki

More documentation may be found in the froxlor - wiki: http://redmine.froxlor.org/projects/froxlor/wiki

License

May be found in COPYING

Downloads

Tarball

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

Debian repository

HowTo

/etc/apt/sources.list.d/froxlor.list

deb http://debian.froxlor.org [squeeze|wheezy] main

Gentoo repository

HowTo

http://files.froxlor.org/gentoo/repositories.xml