Browse Source

renamed from mimg to spus

master
mort 8 years ago
parent
commit
04bd8d90c4
3 changed files with 5 additions and 2 deletions
  1. 3
    0
      README.md
  2. 1
    1
      conf.json.example
  3. 1
    1
      package.json

+ 3
- 0
README.md View File

# Spus - Simple Picture Upload Site

Spus is a simple image host.

+ 1
- 1
conf.json.example View File

"cert": "" "cert": ""
}, },
"web": { "web": {
"title": "Mimg",
"title": "Spus",
"base_url": "http://example.com" "base_url": "http://example.com"
}, },
"minify": true, "minify": true,

+ 1
- 1
package.json View File

{ {
"name": "mimage",
"name": "spus",
"version": "0.0.0", "version": "0.0.0",
"description": "A simple image host.", "description": "A simple image host.",
"main": "index.js", "main": "index.js",

Loading…
Cancel
Save