Audio feed generator and CMS
Find a file
2018-01-19 12:40:46 -08:00
admin New config route for editing & getting config 2018-01-08 13:45:50 -08:00
assets Fix typo in DeV interface 2017-12-21 08:32:21 -08:00
auth Remove badges from README and redirect to correct login route 2018-01-09 10:03:24 -08:00
common Working on Session Creation, Added Login.html 2017-10-04 23:58:53 +05:30
Godeps Refresh Godeps 2017-12-03 19:39:32 -08:00
router New config route for editing & getting config 2018-01-08 13:45:50 -08:00
.dockerignore Reorganizing file directory structure to match other Golang projects 2017-09-25 11:22:30 -07:00
.gitignore Change from asking for admin password to randomly generating one 2017-12-07 10:36:52 -08:00
.travis.yml Push to Dockerhub on success 2018-01-19 12:40:46 -08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-01 17:39:39 -07:00
CONTRIBUTING.md Added refrences to pogo-vue 2018-01-12 08:56:51 -08:00
Dockerfile Remove some dockerfile instructions thanks to new setup 2018-01-19 12:32:20 -08:00
generate_rss.go Make author field reflect who published the episode 2017-12-27 11:21:28 -08:00
LICENSE Initial commit 2017-06-13 22:55:41 -07:00
README.md Added refrences to pogo-vue 2018-01-12 08:56:51 -08:00
setup.go Point skel config to proper image 2018-01-09 10:21:56 -08:00
webserver.go remove newline from setup intro 2017-12-19 09:07:06 -08:00

Pogo logo

Pogo

Build Status Demo

Podcast RSS feed generator and CMS in Go.

Getting Started

There are a couple options for getting Pogo up and running.

Features

  • Automatic RSS and JSON feed generation
  • Frontend for listening and publishing episodes
  • Multiple user support
  • Custom CSS themes
  • Simple deployment
  • SPA frontend

Running

asciicast

  1. Download the latest release
  2. Run pogo

Building

Note: This requires a valid Go enviornment setup!

# Go get the repository
go get github.com/gmemstr/pogo

# Go to directory
cd $GOPATH/src/github.com/gmemstr/pogo

# Get godep
go get github.com/tools/godep

# Install Go dependencies
godep restore

# Build
go build

# Run
./pogo

Looking for the web frontend?.

Credits

Pogo depends on several other open source projects to function.