https://github.com/mrspartak/granny-server-frontend
👵 Granny.js - Web app
https://github.com/mrspartak/granny-server-frontend
docker docker-swarm dockerfile frontend frontend-web granny granny-js nginx vue vue-router vuejs2 vuex
Last synced: 5 months ago
JSON representation
👵 Granny.js - Web app
- Host: GitHub
- URL: https://github.com/mrspartak/granny-server-frontend
- Owner: mrspartak
- License: mit
- Created: 2020-02-13T14:53:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:22:54.000Z (over 3 years ago)
- Last Synced: 2025-10-10T17:14:32.840Z (9 months ago)
- Topics: docker, docker-swarm, dockerfile, frontend, frontend-web, granny, granny-js, nginx, vue, vue-router, vuejs2, vuex
- Language: Vue
- Homepage:
- Size: 829 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web page for Granny nodejs CDN server
This app helps to setup your mini CDN. Add domains, setup settings and view your files
[](https://hub.docker.com/r/assorium/granny-server-web "Docker Cloud Automated build")
[](https://hub.docker.com/r/assorium/granny-server-web "Docker Cloud Build Status")
[](https://hub.docker.com/r/assorium/granny-server-web "Docker Pulls")
[](https://github.com/mrspartak/granny-server-frontend/releases "Latest Github tag")
[](https://gitter.im/granny-js/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Ecosystem

[granny-server-backend](https://github.com/mrspartak/granny-server-backend "granny-server-backend") - Backend service with API exposed to upload and serve/manipulate images
[granny-js-client](https://github.com/mrspartak/granny-js-client "granny-js-client") - Client library that works both in nodejs and browser. Makes API calls easier
[granny-server-frontend](https://github.com/mrspartak/granny-server-frontend "granny-server-frontend") - Frontend APP that uses client to manage your CDN domains and settings
[granny-server-cron](https://github.com/mrspartak/granny-server-cron "granny-server-cron") - Utility app
## Requirements
- [Granny backend server running](https://github.com/mrspartak/granny-server-backend)
## Docker install
There is builded vue website inside container with small nginx image to serve. So website is avialable on 80 port and you can easily proxy it with external nginx.
You can also run this as a service and pass --config to it
```
docker run -p 3010:80 --name granny-server-frontend \
-v /local/path/to/settings.json:/usr/share/nginx/html/cfg/settings.json \
assorium/granny-server-web:latest
```
Settings file looks like this:
```
{
"granny_url": "https://path to your granny backend server"
}
```
## Current status
Currently this is in deep beta. I needed this website to setup domains and list files. And there are many things to do. I will definately make them later.
- View files and all modifications
- Setup domains settings. Such as 'save modified images', 'return headers', 'allowed modifications' etc
- Adding users?
- Showing app hardware usage inforamtion
## Screenshots
Adding domain

Listing files

Viewing and manipulating file
