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 10 років тому оновлено tiger 8 років тому 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 10 років тому оновлено Anibal Aguila 9 років тому 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 10 років тому 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
Виконано

CPU load in percents

Paul Annekov 12 років тому оновлено Eugene Pankov (Project coordinator) 12 років тому 0
Please, add option for widget to display CPU load in percents.
+3

But with PHP FPM Workers

TheTechnoMan 10 років тому оновлений 10 років тому 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 10 років тому 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 9 років тому 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
Є відповідь

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

Nick Portokallidis 11 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 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?
Відповідь
Eugene Pankov (Project coordinator) 11 років тому
Fix released
+3

Plex Media Server Serivice

paulgfrey 9 років тому 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 1 рік тому оновлено Phillip Kirk 1 рік тому 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.