Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyx0rmz/aptly-web
A rudimentary Elm-based web interface for aptly's API.
https://github.com/shyx0rmz/aptly-web
aptly elm
Last synced: about 1 month ago
JSON representation
A rudimentary Elm-based web interface for aptly's API.
- Host: GitHub
- URL: https://github.com/shyx0rmz/aptly-web
- Owner: SHyx0rmZ
- License: mit
- Created: 2016-12-07T00:44:16.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-05-22T13:58:11.000Z (over 7 years ago)
- Last Synced: 2024-11-05T20:34:58.964Z (3 months ago)
- Topics: aptly, elm
- Language: Elm
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aptly-web
This is a rudimentary [Elm](http://elm-lang.org/)-based web interface for [aptly](https://www.aptly.info/)'s API.
## Setup
1. Ensure aptly is serving its API. (Run `aptly serve`).
2. Modify `init` in `src/Main.elm`, so `config` points to your aptly installation.
3. Execute `build.sh`.
4. Serve `index.html` over HTTP. You may have to work some magic related to [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing).