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.

0
Résolu

http limit_req_zone

CreativeWolf il y a 9 ans mis à jour par anonymous il y a 9 ans 4
Hi,

I'm trying to figure how to add a http block with the following for rate limit.

http {
limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
}

Tried adding this in /etc/nginx.custom.d/codes.conf - Doesn't work.

Please suggest.

CW
Solution
Just paste this line only (limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;) in your nginx.custom.d/limits.conf file.


See the include directives in /etc/nginx/nginx.conf for more info.
0

How to HTTPS?

gh8776 il y a 9 ans mis à jour par Lexy il y a 9 ans 2
How do I make my websites secure?

I have generated a bunch of keys, but 443 appears to be closed and everytime I add key with cert and erstart ajenti the site stops being accessible.
0
Résolu

how do I copy the root users properties into another users

George Poulos il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 0
I want to create another user in Ajenti but I want this new user to have most or all of the same rights as root user.
Solution
User duplication button added. It will be available in the nearest release.
0

Installation error on ubuntu 14.04 ajenti

root@p314211:~# echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list

root@p314211:~# sudo apt-get update && sudo apt-get install ajenti
Hit http://download.ispsystem.com base-trusty InRelease
Hit http://download.ispsystem.com stable-trusty InRelease
Hit http://download.ispsystem.com base-trusty/main amd64 Packages
Hit http://download.ispsystem.com base-trusty/main i386 Packages
Hit http://download.ispsystem.com stable-trusty/main amd64 Packages
Hit http://download.ispsystem.com stable-trusty/main i386 Packages
Ign http://ppa.launchpad.net trusty InRelease
Ign http://download.ispsystem.com base-trusty/main Translation-en_US
Ign http://download.ispsystem.com base-trusty/main Translation-en
Ign http://download.ispsystem.com stable-trusty/main Translation-en_US
Ign http://download.ispsystem.com stable-trusty/main Translation-en
Ign http://ppa.launchpad.net trusty InRelease
Hit http://repo.ajenti.org main InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://repo.ajenti.org main InRelease
Hit http://ppa.launchpad.net trusty Release.gpg
Hit http://repo.ajenti.org main/main amd64 Packages
Ign http://ppa.launchpad.net trusty Release.gpg
Hit http://repo.ajenti.org main/ubuntu amd64 Packages
Hit http://ppa.launchpad.net trusty/main amd64 Packages
Hit http://repo.ajenti.org main/main i386 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://repo.ajenti.org main/ubuntu i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://ppa.launchpad.net trusty Release
Ign http://ppa.launchpad.net trusty Release
Hit http://ppa.launchpad.net trusty/main amd64 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://repo.ajenti.org main/main amd64 Packages
Hit http://repo.ajenti.org main/ubuntu amd64 Packages
Hit http://repo.ajenti.org main/main i386 Packages
Hit http://repo.ajenti.org main/ubuntu i386 Packages
Ign http://ppa.launchpad.net trusty/main Translation-en_US
Ign http://ppa.launchpad.net trusty/main Translation-en
Err http://ppa.launchpad.net trusty/main amd64 Packages
404 Not Found
Err http://ppa.launchpad.net trusty/main i386 Packages
404 Not Found
Ign http://ppa.launchpad.net trusty/main Translation-en_US
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://repo.ajenti.org main/main Translation-en_US
Ign http://repo.ajenti.org main/main Translation-en
Ign http://repo.ajenti.org main/ubuntu Translation-en_US
Ign http://repo.ajenti.org main/ubuntu Translation-en
Ign http://repo.ajenti.org main/main Translation-en_US
Ign http://repo.ajenti.org main/main Translation-en
Ign http://repo.ajenti.org main/ubuntu Translation-en_US
Ign http://repo.ajenti.org main/ubuntu Translation-en


E: Some index files failed to download. They have been ignored, or old ones used instead.

0

FTP Server Errors Out

Crazy Raisin il y a 10 ans mis à jour par Ivan Nikolaev il y a 10 ans 4
I am using the ajenti-v-ftp-pureftpd plugin on Centos 6 machine and Filezilla on my Windows client. It resolves the domain to the address but I get the following error:

Command:
PASV
Response:
227 Entering Passive Mode (73,36,12,14,58,44)
Command:
MLSD
Error:
Connection timed out
Error:
Failed to retrieve directory listing


How to resolve this?
0
Corrigé

Ajenti samba, issue setting user password

Kelvin Nielsen il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 0
I have the same issue as this guy: https://ajenti.userecho.com/topic/305344-ajenti-an...
but the question was marked as answered. So I assumed that comments in it wouldn't get much attention.

I cannot set user passwords from the samba interface, but when using "sudo smbpasswd -a user" in the terminal, the password is set properly and I am able to use the share.
Solution
Please test 1.2.10 (comes out tonight), this should be fixed
0
Résolu

Listen in a subdomain

João da Silva il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 1

You can install Ajenti to be accessed through a subdomain instead of port 8000?

Solution

Yes, you can use nginx proxy_pass or similar function in Apache to redirect requests to your subdomain to 127.0.0.1:8000

0
À l'étude

under ubuntu 14.04 we can't manage configuration once added we can't remove it. (even if your screeshot show the checkbutton to do it)

robert el haddad il y a 10 ans mis à jour par Eugene Pankov (Project coordinator) il y a 10 ans 1
04 we can't manage configuration once added we can't remove it. (even if your screeshot show the checkbutton to do it)
0
Corrigé

A more correct way to add CentOS repo.

Barry Allard il y a 13 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 0
It is far better to manage a repo by installing a release RPM, not manually adding files to /etc/yum.repo.d.  It simply will not scale otherwise.
0
Résolu

HDD temp widget Raid Array.

Sven van Ginkel il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 0

When I use the widget HDD Temperature and choose for my Hardware Raid Array, I get an 0.00 Celsius.  


I use a Adaptec 3405 Controller. Need I some driver or something to get the right temperature?

Solution
a. check output of hddtemp <devicename>
b. if temperature isn't shown, see REPORT section of http://linux.die.net/man/8/hddtemp