Skip to content

Bravo13/images-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

images proxy

Requirments

To run this app you need perl itself and some additional perl-packages. Here is a list of required packages:

Config template

You need to create config.yml and fill it with some data. Example is below

appname: "Images Proxy"
charset: "UTF-8"

serializer: "JSON"

plugins:
  Database:
    driver: "SQLite"
    database: 'app.sqlite'
  "Cache::CHI":
    driver: "Memory"
    global: 1

logger: Console

api_key: "<PUT_YOUR_TOKEN_HERE>"

engines:
  logger:
    Console:
      log_level: core

Running

Just run perl ./app.pl and app is ready to reciewe requests on http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages