Free file hosting website
Go to file
2018-10-04 23:39:49 +08:00
src use current host for urls 2018-10-04 23:39:49 +08:00
utils track stats with matomo 2018-09-27 19:19:59 +08:00
.gitignore track stats with matomo 2018-09-27 19:19:59 +08:00
bower.json v2 2017-11-09 15:49:18 +08:00
favicon.ico block crawl bots from counting views 2017-11-17 15:34:29 +08:00
index.html add matomo script 2018-09-27 19:26:14 +08:00
polymer.json v2 2017-11-09 15:49:18 +08:00
README.md ln doc 2018-07-30 15:37:18 +08:00

  • Nginx >= 1.13.0
  • php7.0-fpm & php7.0-dev
  • Redis >= 4.0.0
  • phpredis >= (develop branch)
cat src/db.sql | mysql -D YOUR_DB -p
location ~ "^\/[0-9a-z\.]{36,40}$" {
	try_files $uri /src/php/download.php;
}
fastcgi_read_timeout 1200;

For lightning tips i recommend using socat to connect to the rpc file.

socat TCP-LISTEN:9737,bind=127.0.0.1,reuseaddr,fork,range=127.0.0.0/8 UNIX-CLIENT:/root/.lightning/lightning-rpc 1> /var/log/socat-lightning-log 2>&1 &