mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
commit
fc39081b4a
5
Makefile
5
Makefile
@ -31,6 +31,8 @@ up:
|
||||
|
||||
KEYBASE_FILE ?= keybase.txt
|
||||
ROBOTS_FILE ?= robots.txt.staging
|
||||
ANALYTICSTXT_FILE ?= analytics.txt
|
||||
SECURITYTXT_FILE ?= security.txt
|
||||
SITEURL ?= http://localhost:8000
|
||||
|
||||
.PHONY: build
|
||||
@ -42,4 +44,7 @@ build:
|
||||
@docker cp assets:/code/homepage/output/. ./output/
|
||||
@cp build/${ROBOTS_FILE} ./output/robots.txt
|
||||
@cp build/${KEYBASE_FILE} ./output/keybase.txt
|
||||
@mkdir -p ./output/.well-known
|
||||
@cp build/${ANALYTICSTXT_FILE} ./output/.well-known/analytics.txt
|
||||
@cp build/${SECURITYTXT_FILE} ./output/.well-known/security.txt
|
||||
@docker rm assets
|
||||
|
19
build/analytics.txt
Normal file
19
build/analytics.txt
Normal file
@ -0,0 +1,19 @@
|
||||
# analytics.txt file for www.offen.dev
|
||||
Author: Frederik Ring <hioffen@posteo.de>
|
||||
|
||||
Collects: url, referrer, device-type
|
||||
Stores: first-party-cookies, local-storage
|
||||
# Usage data is encrypted end-to-end
|
||||
Uses: javascript
|
||||
# Users can also delete their usage data only without opting out
|
||||
Allows: opt-in, opt-out
|
||||
# Data is retained for 6 months
|
||||
Retains: P6M
|
||||
|
||||
# Optional fields
|
||||
Honors: none
|
||||
Tracks: sessions, users
|
||||
Varies: none
|
||||
Shares: per-user
|
||||
Implements: gdpr
|
||||
Deploys: offen
|
3
build/security.txt
Normal file
3
build/security.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Contact: mailto:hioffen@posteo.de
|
||||
Expires: Sat, 31 Dec 2022 23:59 +0200
|
||||
Policy: https://github.com/offen/offen/blob/development/SECURITY.md
|
Loading…
Reference in New Issue
Block a user