This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if you want to turn on maintenance-mode, use this | |
#MAINTENANCE_MODE=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
# run buffer (using adblock-radio) locally | |
# | |
# $ docker-compose up | |
# $ firefox http://localhost:9820/ | |
# | |
services: | |
adblockradio: | |
image: adblockradio/buffer:0.1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// exported scuttle data by qstode-scuttle-export tool | |
$url = 'scuttle-export.json'; | |
$json = file_get_contents($url); | |
$scuttleData = json_decode($json, true); | |
//var_dump($scuttleData); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "akky.id" is my Blockstack ID. https://onename.com/akky |