Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gruppe-adler/arma3sync-web-admin
Arma3Sync repo administration for human beings
https://github.com/gruppe-adler/arma3sync-web-admin
arma3 arma3sync web
Last synced: about 2 months ago
JSON representation
Arma3Sync repo administration for human beings
- Host: GitHub
- URL: https://github.com/gruppe-adler/arma3sync-web-admin
- Owner: gruppe-adler
- Created: 2019-08-20T19:49:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T16:56:36.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T08:38:30.336Z (over 1 year ago)
- Topics: arma3, arma3sync, web
- Language: TypeScript
- Homepage:
- Size: 2.22 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![tests](https://img.shields.io/github/workflow/status/gruppe-adler/arma3sync-web-admin/Node%20CI?label=tests)
[![codecov](https://codecov.io/gh/gruppe-adler/arma3sync-web-admin/branch/master/graph/badge.svg)](https://codecov.io/gh/gruppe-adler/arma3sync-web-admin)# arma3sync-web-admin
Web admin tool for [Arma3Sync](https://forums.bohemia.net/forums/topic/152942-arma3sync-launcher-and-addons-synchronization-software-for-arma-3/).
## features
* edit events
* add and remove events## todo
* generate sync files
* upload mods
* edit repo options
* show more info: mod sizes## how to use
* clone
* create `config/production.json`
* `npm i`
* `npm run build`
* `node src/start.js`^ yes there's some weirdness here in need of improvement
## development notes
This is a [NodeJS](https://nodejs.org/) [Express](https://expressjs.com/) app that is written in [TypeScript](https://www.typescriptlang.org/) (backend) and JavaScript (frontend).
## what it looks like
![shitty table](https://i.imgur.com/9syCA01.png)
![overview](https://i.imgur.com/pARGoJ2.png)