Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Campstagram

a simple image-sharing website to be hosted on a Raspberry Pi

Made for the WHY2025 dutch hacker camp. It hosts a simple website with a vertical list of all uploaded pictures and provides a simple form for users to upload pictures and a bit of text (max 200 characters). The description gets saved as the pictures's name and all the pictures are stored locally.

Setup

  1. install apache2 and php (try this tutorial)
  2. go to /var/www
  3. clone the repo
  4. open /etc/apache2/sites-available/000-default.conf
  5. set DocumentRoot to /var/www/Campstagram
  6. restart apache
  7. run sudo chown -R www-data:www-data /var/www/Campstagram to make sure upload.php can create and write to the pictures directory

About

a simple image-sharing website to be run locally

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages