SeAT 3.0 is here!

SeAT 3 just got tagged as stable after a considerable amount of work went into getting it ported to consume ESI.

This release is primarily a feature parity release with the older version 2 with a few new / noteworthy improvements over all. The package used to talk to EVE’s API (then XML, now ESI) has been almost completely rewritten and is a lot faster now.

We have a new documentation site at https://eveseat.github.io/docs/ and you can get the latest code at https://github.com/eveseat/seat. A few small bugs are still being ironed out, but I believe overall its finally usable :slight_smile:

Planning for 3.1 is already underway, with the biggest changes coming to how the (currently crap) ACL system works.

Enjoy.

10 Likes

Ill be the moron volunteer here… I dont mind. What is this for? Im reading the documentation provided, says I need a linux server… Im just curious, and I dont yet speak the lingo coming this deep into computers and databases. :slight_smile: Im learning though. I appreciate the help understanding more about your project. Cheers!

Will be setting this up shortly to test it out!

Set it upwith a free cloud.google micro server, works pretty well, however is there no popup to show the actual errors when you click the number?

Hey; you need to be admin user or have queue_manager permission in order to be allowed to show jobs detailed information :wink:

1 Like

Thank you for your work! I really like the ESI integration.

Ok great a moron guide is needed to explain how this is setup for alliance/Corp management as the documentation I have found is not written in plain English… just want somewhere ppl sin up to sorts out discord access etc… no clue how that is done though

1 Like

Would love to have a play with this but it does seem quite complicated to set up. Suggestions for running on an AWS with Linux 2 AMI?

I set it up on AWS on a t3 with the DB on RDS, after a rather unsuccessful attempt at setting it up in on MediaTemple VPS…

It has LOTS of bugs, majority being with ESI and search auth. The auth takes a LONG time at first (depending on character’s assets, but it seems that new characters are still an issue. You will need to thoroughly optimize your web server and PHP for this software to even run properly. My best guess is that this is due to ALL the character data being pulled at once on auth and then cached, as opposed to being pulled in chunks when a user clicks on the respective character’s info like assets, mail, PI, etc.

With ESI out of the way, admin tools are sloppy. Sometimes doing anything in the app produces a 500 server error (which can mysteriously not happen on the next page refresh) - and if you are running in prod mode, like you most probably will on your app, you will need to access your logs to get a clue what’s going on. Error reporting is a joke, however, and relies on built-in Laravel monolog driver, which just dumps stuff into a file. The problem with that is the fact that the errors won’t tell you much unless you are actually familiar with Laravel and can trace it down in the actual codebase.

Slack support is a joke, which is to be expected provided only 2 devs are working on it.

Conclusion: this could be a great tool provided bugs are fixed and the software is refactored and optimized. I do like the visual representation of things; it is easy to navigate and find stuff in the UI (if that stuff actually loads). Easy to set up the plugins, although not for a total newbie as it requires SSH / Bash knowledge.

I like the fact that it has plugins that let you connect Discord to your app and automatically tie it to role via a bot, although it is missing a TeamSpeak plugin at the moment. The scheduler plugin is easy to use and can ping you via notifications about any ops you schedule. SRP functionality is great along with fittings and doctrines.

Verdict:
8/10 idea
5/10 execution
-1/10 support

I understand you are trying to get SeAT to run on an Amazon Web Service with a remote database on RDS. A way of usage and installation which was not aimed for, nor supported or covered in any of our documentation. I feel frustrated and irritated because i have the need of appreciation and fairness.
SeAT is an open source software project, which takes no liability whatsoever on how someone is using or installing SeAT. We have various ways of installation and usage documented in our extensive documentation: SeAT Documentation.
I would ask you to review your architectural decisions, compare and contrast to the ways SeAT is proven to work with.

I am not aware of any working AWS setups. You might be better of with your own VPS.

Have a look here for maintained community packages. Teamspeak plugin has been tagged for SeAT 3.0 since 29th of July. Community Packages - SeAT Documentation

1 Like

I questioned some users of SeAT if they are using AWS and have learned that it is indeed possible. You can run SeAT on AWS both bare metal installed or via docker. The bare metal installation does need a lot of maintenance and is hard to configure unless have a reserved instance.
It was suggested to me that if you decide AWS you should run SeAT dockerized. However the cost are immense compared to a dedicated lowtier virtual private server. (Specs are 1GB RAM, 10 GB or HDD - Requirements - SeAT Documentation) which does geniully run SeAT better.

This is one of the response i got and summerized it pretty well:

@herpaderp So yes you can. I tried it briefly done properly (RDS and EC2 seat tool install) and was never happy with all the messing around. Then went to docker on EC2

I personally suggest everyone to use Dockerized-SeAT, a VPS and at least 2GB RAM if you plan to use plugins. If you plan to use SeAT on a setup that has not been documented you are going to be on your own pretty much.

Seat works well, teamspeak plugins work greatfull.

SeAT works fine. Thanks to developers!

We are using seat daily for months now. Big props to dev’s for maintaining such a usefull tool.

2 Likes

I’d love to get to grips with this but just can’t get my head around the need for such a convoluted and alienating install process. I feel almost like you have to be a Linux buff just to get it installed. Looking up and getting my head around docker just took up way too much of my time so I just dropped it.

Why would a file drop approach and some config files not suffice?

1 Like

i don’t know what you are talking about? Just run:

bash <(curl -fsSL https://git.io/seat-docker)

we even have a video that shows you in under 1 minute how to install SeAT with this 1-line command.

checkout or basic install instructions: https://eveseat.github.io/docs/installation/basic_installation/#docker-installation

1 Like

Well, i installed SeAT manually following the Ubuntu guide. And i have a problem, that styles not loading. Any advices?

Hi @UCSP-0,

Are you serving content behind an SSL Proxy ?
Or perhaps your APP_URL from .env file is not set properly ?

Okay, i checked. SSL Proxy not used and APP_URL is set properly. Anything else, @Warlof_Tutsimo ?

Problem is still here. Help, someone!