Welcome to the Ajenti Idea Exchange. It's your chance to collaborate with our team and other users to influence the future of Ajenti! Ideas appreciated.

+3

Use aptitude instead of old apt-get

xmh45962 fa 10 anys updated by tiger fa 8 anys 2
aptitude is recommended by debian and ubuntu developers and experienced admins as replacement of apt-get. It just works better.
+3

Another simpler Docker Image based on Ajenti.

paim pozhil fa 10 anys updated by Anibal Aguila fa 9 anys 1
https://github.com/paimpozhil/MiniAjenti  

Please take a look this one has phpmyadmin included by default. 

I guess we have to support containerized docker version of Ajenti going forward :)
+3

Different default settings for Mail

József Király fa 10 anys 0
The current setup of the Mail package is quirky to use, in my opinion.

I'd like to suggest a different approach, and instead of using the default userdb auth method, make the web interface use the main user sync source of Ajenti core (if set), or the default user source of the OS (either passwd or LDAP). 

The reason behind would be that most of the webmail software are optimized for either passwd or LDAP authentication and have plugins for modifying passwords on these systems, lacking support for Courier's userdb format.
+3
Completat

CPU load in percents

Paul Annekov fa 12 anys updated by Eugene Pankov (Project coordinator) fa 12 anys 0
Please, add option for widget to display CPU load in percents.
+3

But with PHP FPM Workers

TheTechnoMan fa 10 anys actualitzat fa 10 anys 1
Seems like that there is a "bug" when defining some PHP Fpm settings. I want to change this ones:

pm.min_spare_servers = 2
pm.max_spare_servers = 6

It is however hardcoded that it will always chosse the smallest one, see here:
https://github.com/Eugeny/ajenti-v/blob/master/vh-...

Line 105 & 106. That does not make sende, it should be max() not min()
+3

NGINX config test

924 fa 10 anys 0
Hello Everyone!
Ajenti is working fine. but I'm getting

nginx: [emerg] duplicate location "/" in /etc/nginx/conf.d/beaurica.conf:22
nginx: configuration file /etc/nginx/nginx.conf test failed


after adding a website then nginx service stop not working and fails to start again

but if i delete the website nginx service will start working normal again.

Please see the beaurica.conf file below

#AUTOMATICALLY GENERATED - DO NO EDIT!

server {
listen *:80;

server_name be-aurica.com;

access_log /var/log/nginx/beaurica.access.log;
error_log /var/log/nginx/beaurica.error.log;


root /srv/beaurica;
index index.html index.htm index.php;

include /etc/nginx.wp/restrictions.conf;
include /etc/nginx.wp/wordpress.conf;

location / {
return 503;
error_page 503 @maintenance;
}

location @maintenance {
root /var/lib/ajenti/plugins/vh/extras;
rewrite ^(.*)$ /maintenance.html break;
}

}

Thanks for all your help
+3

Configure SSL with Ajenti & Nginx

Berry fa 9 anys 0

How can I install a SSL certificate for a specific website?


I have uploaded the cabundle.crt and certificate.key to /etc/ssl and added this path to the "SSL" tab of the website.


But then Nginx says:

nginx: [emerg] SSL_CTX_use_PrivateKey_file("/etc/ssl/certificate.key") failed (SSL: error:0B080074:x509 certificate


routines:X509_check_private_key:key values mismatch)


nginx: configuration file /etc/nginx/nginx.conf test failed



+3
Respost

Taking over 20sec to show me just the login page. Why?

Nick Portokallidis fa 11 anys updated by Eugene Pankov (Project coordinator) fa 11 anys 4
I serve over ssl as usual, my server is definately not overloaded , i have a local vm. so i can't figure out why?
Answer
Fix released
+3

Plex Media Server Serivice

paulgfrey fa 9 anys 0

I'm running Ajenti on Ubuntu 15.04. I have a Plex Media Server installed with a service called "plexmediaserver". It's not showing up under Services. Is there a way to add this service to Ajenti's list of services?

+2

Cannot elevate my user

Philip Goldwasser fa 1 any updated by Phillip Kirk fa 1 any 3

I have installed Ajenti with no issue.  I can log in but when I click to elevate the login, it brings up a login prompt and then just goes right back to the main Ajenti screen.  It will not allow me to elevate.