Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

A little indicator for our hackerspace status for meta.it-syndikat.org

Notifications You must be signed in to change notification settings

IT-Syndikat/its-logocolor-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

its-logocolor-changer

installation

  • copy all files to some directory that is web-accessible
  • change cd to that directory or make paths absolute
  • make sure your webserver's caching for that directory is disabled
  • make logo.png readable for your webserver
  • create a cronjob that executes status.sh regularily

Example for NGINX config

location /its-color {
	expires 0;
	break;
}

Example cron entry

1 * * * * /var/www/its-color/status.sh

About

A little indicator for our hackerspace status for meta.it-syndikat.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages