Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 3c125a3

Browse files
author
Charlie Norin
committed
README.md edited online with Bitbucket
1 parent 6c2e277 commit 3c125a3

1 file changed

Lines changed: 26 additions & 23 deletions

File tree

README.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
**Armada**
2-
3-
Poll-based, header aggregating, small gang tool for use in EVE Online's in-game browser. Let's you keep track of your fleet mates current ship type, ship name, location and dock status, regardless of fleet hierarchy.
4-
5-
**Environment vars**
6-
7-
* PORT
8-
* MONGODB_URI
9-
* COOKIE_SECRET
10-
* SESSION_SECRET
11-
* STORAGE_MODE
12-
13-
**Todo**
14-
15-
Server
16-
17-
* Multi-node support for storage
18-
* Add error actions
19-
* Fix loss events not working
20-
21-
Client
22-
23-
* Move data from Data.js
1+
**Armada**
2+
3+
Poll-based, header aggregating, small gang tool for use in EVE Online's in-game browser. Let's you keep track of your fleet mates current ship type, ship name, location and dock status, regardless of fleet hierarchy.
4+
5+
**Installation notes**
6+
7+
You need to either copy *config/private.template* to *config/private.js* and enter your private settings there, or set them using environment variables defined below.
8+
9+
**Environment variables**
10+
11+
* PORT
12+
* MONGODB_URI
13+
* COOKIE_SECRET
14+
* SESSION_SECRET
15+
* STORAGE_MODE
16+
17+
**Todo**
18+
19+
Server
20+
21+
* Multi-node support for storage. The aggressive cache behavior currently used prohibits many nodes from accessing the same armada data source.
22+
* Add error actions that dictates client behavior. An example is telling the client to stop polling on certain errors, or to redirect to start page.
23+
24+
Client
25+
26+
* Move data from Data.js to separate files, or into the modules that uses it's data. It has become a monster.
2427
* Investigate data binding framework (React?)

0 commit comments

Comments
 (0)