Skip to content

ajkneisl/bulletin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulletin

A simple and customizable bulletin board.

Live Demo

A live demo, not featuring editing and uploading capability, is visible at ajkneisl.photos.

How to Build and Run using Docker

  1. Clone the repository: git pull https://github.com/ajkneisl/bulletin
  2. In the cloned directory, build using the Dockerfile: sudo docker build -t bulletin .
  3. After built, run using docker run -p 8080:8080 bulletin, optionally replacing the latter 8080 with your preferred port.
  4. Bulletin is now available at http://localhost:8080!

How to Use

1. Creation

To upload photos or create text, you first need to log in. This is available at http://localhost:8080/login, with the default login admin:admin.

After logging in, the board will feature controls at the bottom right, allowing for creation of text blocks, alongside allowing for uploading.

To upload a photo, simply drag it over the website.

About

A photo-board website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors