These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Eve Alliance Auth - Open Source

First post First post
Author
thebarry
7-2 Ronin
#161 - 2015-05-12 07:45:37 UTC
Ceafan Enderas wrote:
Adarnof wrote:
Ceafan Enderas wrote:
Ok, hate to be the guy what is stuck near the beginning, but have tried doing these processes a couple of times, including from scratch, and I'm sure I'm missing something simple.

I got this error when trying to start Alliance Auth with python manage.py syncdb

Image of code

Followed everything else to a T (I think) but not sure where I'm going wrong.

Any advice?


Have you tried sudo-ing that command? It's pretty finicky.


I've tried the sudo in front, here's the screenshot


The last time I installed it I had to use apt install python-django-evolution before running the requirements.txt or I'd get errors referencing django evolution.
thebarry
7-2 Ronin
#162 - 2015-05-14 05:36:06 UTC  |  Edited by: thebarry
Never mind, got it working with ip board 3.
thebarry
7-2 Ronin
#163 - 2015-05-18 00:05:13 UTC  |  Edited by: thebarry
Never mind, it does seem to work correctly, thanks!
Adarnof
Kingsparrow Wormhole Division
Birds of Prey.
#164 - 2015-05-24 21:26:33 UTC
I'm experiencing an issue with mumble: group changes require mumble-server to be restarted before they come into effect. Is this expected? Is there a workaround?
Samuel the Terrible
Doomheim
#165 - 2015-06-05 00:16:55 UTC
hey bud didn't have time to read the whole board, and not sure if your still monitoring but any chance of adding some form of fleet pap system within the program?

**CEO of www.terribleganking.com

Trashing space one wreck at a time!**

Vlad Toltos
Aliastra
Gallente Federation
#166 - 2015-06-14 15:43:16 UTC
I don't know if it's intentional or just the way I have done something incorrect. Currently when a key goes bad the Auth system removes the player from all groups. However they retain their AllianceAuth privilege which gives them access to sign up for services. This means with a bad key they can resign up for services. The system will kick them out every three hours.

Like I said I'm not sure it this was on purpose or not. A small change to the code for the API check will remove the privilege so that they are forced to have a valid key.


Also, I can offer the same services op is offering if anyone needs it. Just contact me in game.
Cage Man
Fusion Enterprises Ltd
Pandemic Horde
#167 - 2015-08-12 16:38:31 UTC  |  Edited by: Cage Man
The allianceauth server starts without any errors, but I get a 400 (bad request) error when I go to my "myipaddress:8000". Anyone have any idea where I may have gone wrong in the setup? I'm running Ubuntu 14.04 x64.

In the console I get this error when I try and access that page with my browser:

"GET / HTTP/1.1" 400 26

When I try and go to "domain.com:8000" I get "ERR_NAME_NOT_RESOLVED", which I suspect is just me not having my DNS configured properly.

edit: Tried installing on Ubuntu 12.04 x64, same issue.

edit: Setting debug to 'True' brought me to an error page:

ImportError at /
No module named evelink.api


edit #3: Ok, turns out I needed to manually install evelink, and doing that got me a page further. But now going to the 'dashboard' brings up another error page with a missing module:

ImportError at /dashboard/
No module named openfire


I'm not sure if I skipped a step or what, I'm going through the guide again.

edit #4: fixed that, i had to "sudo pip install python-openfire"
Cage Man
Fusion Enterprises Ltd
Pandemic Horde
#168 - 2015-08-14 00:20:25 UTC
Is it possible to (relatively easily) alter the auth software to use http instead of https, so I don't have to pay for a SSL cert?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#169 - 2015-08-14 00:42:06 UTC
Cage Man wrote:
Is it possible to (relatively easily) alter the auth software to use http instead of https, so I don't have to pay for a SSL cert?



Consider using cloudflare.

Sure, it's not 100% ssl, from the client to you, but the most 'dangerous' part, (first step from the client) is covered.

https://www.cloudflare.com/ssl

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Cage Man
Fusion Enterprises Ltd
Pandemic Horde
#170 - 2015-08-17 13:41:28 UTC
Steve Ronuken wrote:
Cage Man wrote:
Is it possible to (relatively easily) alter the auth software to use http instead of https, so I don't have to pay for a SSL cert?



Consider using cloudflare.

Sure, it's not 100% ssl, from the client to you, but the most 'dangerous' part, (first step from the client) is covered.

https://www.cloudflare.com/ssl


That worked, thanks. For anyone who is curious I had to disable the default-ssl apache2 config file, and paste everything between "DocumentRoot /var/www" and "ErrorLog" from default-ssl into the default config file.
Vlad Toltos
Aliastra
Gallente Federation
#171 - 2015-08-20 15:38:35 UTC
Cage Man wrote:
The allianceauth server starts without any errors, but I get a 400 (bad request) error when I go to my "myipaddress:8000". Anyone have any idea where I may have gone wrong in the setup? I'm running Ubuntu 14.04 x64.

In the console I get this error when I try and access that page with my browser:

"GET / HTTP/1.1" 400 26

When I try and go to "domain.com:8000" I get "ERR_NAME_NOT_RESOLVED", which I suspect is just me not having my DNS configured properly.

edit: Tried installing on Ubuntu 12.04 x64, same issue.

edit: Setting debug to 'True' brought me to an error page:

ImportError at /
No module named evelink.api


edit #3: Ok, turns out I needed to manually install evelink, and doing that got me a page further. But now going to the 'dashboard' brings up another error page with a missing module:

ImportError at /dashboard/
No module named openfire


I'm not sure if I skipped a step or what, I'm going through the guide again.

edit #4: fixed that, i had to "sudo pip install python-openfire"



Not sure if you got this worked out but, you shouldn't have had to install anything extra. During the install all of the modules should have been installed already. I suspect you missed this step

cd allianceauth
pip install -r requirements.txt

You may have also had problems with it. I can't remeber at the moment but, I always run into an error on this step that has to be fixed before it will install correctly. Run the above and post the error.
Henry Jennings
Perkone
Caldari State
#172 - 2015-09-04 01:25:43 UTC
Has anyone installed it for IPB 4?

I am playing with the install just to look at getting off of SMF, but haven't seen any configuration details for ipb.
Henry Jennings
Perkone
Caldari State
#173 - 2015-09-07 17:58:37 UTC
Any guides for IPB install?
Henry Jennings
Perkone
Caldari State
#174 - 2015-09-09 22:50:15 UTC
If anyone has experience installing please send me an in game mail. Willing to pay isk for support.
Adarnof
Kingsparrow Wormhole Division
Birds of Prey.
#175 - 2015-09-19 23:02:18 UTC  |  Edited by: Adarnof
I'm working on a modification to allow lone corps to use this but need people to help test.

Here's the source code. Follow the usual install instructions but clone my repository instead of the one listed in install instructions. Note that a few variables have been renamed it settings.py, they should be self-explanatory.

Let me know what breaks.

And to anyone needing help with installs of this or the original, don't hesitate to contact me in-game.
Samuel the Terrible
Doomheim
#176 - 2015-09-27 06:48:08 UTC
In the process with setting up an alliance with some friends we want to take some space in null that is the plan anyway do you still set this up?

**CEO of www.terribleganking.com

Trashing space one wreck at a time!**

Adarnof
Kingsparrow Wormhole Division
Birds of Prey.
#177 - 2015-09-30 07:49:26 UTC
Just an update for those teamspeak users out there: the newest version causes a whole slew of errors. Please use version 3.0.11.2 (source) as I've confirmed it works.
Samuel the Terrible
Doomheim
#178 - 2015-09-30 20:16:39 UTC
Adarnof wrote:
Just an update for those teamspeak users out there: the newest version causes a whole slew of errors. Please use version 3.0.11.2 (source) as I've confirmed it works.


Thanks adarnof, for all your help for getting this setup nice and cheap and really good help,

>>> Hint also dont use godaddy :P

**CEO of www.terribleganking.com

Trashing space one wreck at a time!**

XTheGame
Seventeenth Battalion
Honorable Third Party
#179 - 2015-10-20 17:23:44 UTC
Hello so i have been attempting to implement this project and i cant quite get it to work. I was wondering if anyone would be willing to get in touch with me and explain the setup for IPB TS3 and killboard. I would rather learn how to modify and edit the configs myself than just pay someone to set it up.

As far as payment is concerned you can message me or reply here with your price.
Samuel the Terrible
Doomheim
#180 - 2015-10-21 04:01:36 UTC
XTheGame wrote:
Hello so i have been attempting to implement this project and i cant quite get it to work. I was wondering if anyone would be willing to get in touch with me and explain the setup for IPB TS3 and killboard. I would rather learn how to modify and edit the configs myself than just pay someone to set it up.

As far as payment is concerned you can message me or reply here with your price.


Get in contact with ardanof, he should have posted earlier hes actively working on it and I would assume would be willing to teach you how to install it. In my case I couldn't be bothered so he installed but hes showed me how to manage it from that point on and I do most the work

**CEO of www.terribleganking.com

Trashing space one wreck at a time!**