Skip to content

Instantly share code, notes, and snippets.

View dapi's full-sized avatar
🌴
Open for offers

Danil Pismenny dapi

🌴
Open for offers
View GitHub Profile
server 192.168.255.0 255.255.255.0
ca /etc/ipa/ca.crt
cert server_freeipa.crt
key server_freeipa.key
dh /etc/openvpn/dh.pem
proto udp
## Rely on Docker to do port mapping, internally always 1194
module I18n
extend CurrentVendor
# Implemented to support method call on translation keys
INTERPOLATION_WITH_METHOD_PATTERN = Regexp.union(
/%%/,
/%\{(\w+)\}/, # matches placeholders like "%{foo}"
/%<(\w+)>(.*?\d*\.?\d*[bBdiouxXeEfgGcps])/, # matches placeholders like "%<foo>.d"
/%\{(\w+)\.(\w+)\}/ # matches placeholders like "%{foo.upcase}"
)
- hosts: user_systemd
tasks:
- name: Create users systemd subdirectories
become: yes
become_user: "{{ app_user }}"
file:
path: "/home/{{ app_user }}/.config/systemd/user"
state: directory
mode: 0775
- hosts: all
tasks:
- name: Create users systemd subdirectories
become: yes
become_user: "{{ app_user }}"
file:
path: "/home/{{ app_user }}/.config/systemd/user"
state: directory
mode: 0775
[Eth]
NetworkId = 56
NoPruning = false
NoPrefetch = false
LightPeers = 100
UltraLightFraction = 75
TrieTimeout = 100000000000
EnablePreimageRecording = false
EWASMInterpreter = ""
EVMInterpreter = ""
@dapi
dapi / head.html
Last active October 29, 2020 08:07 — forked from klondaiker/head.html
<html>
<head>
<meta content="v2.5.0" name="kiosk_version">
<meta content="constructor-app1" name="response_server">
<meta charset="utf-8">
<meta name="csrf-param" content="authenticity_token">
<meta name="csrf-token" content="1phb2sw63JbThGKYa9No8czwr6sfU6JBVpkv3QMaLYZHIKtVADDeTEy4Ec3pxZu4y7jRukOxHKb5+a4Q2dibQg==">
<title>constructor.avalab.io: Cash &amp; Bank Accounts</title>
<link rel="shortcut icon" link="/images/fallback/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" link="/images/fallback/apple-touch-icon-57x57.png">
## mysqldiff 0.50
##
## Run on Wed Oct 21 18:42:45 2020
## Options: tolerant, debug=0
##
## --- db: wordpress_reproduction
## +++ db: test_wordpress
ALTER TABLE aej_bwf_actions CHANGE COLUMN recurring_interval recurring_interval int(11) NOT NULL DEFAULT '0'; # was int(10) NOT NULL DEFAULT '0'
ALTER TABLE aej_bwf_actions CHANGE COLUMN status status int(11) NOT NULL DEFAULT '0' COMMENT '0 - Pending | 1 - Running'; # was int(1) NOT NULL DEFAULT '0' COMMENT '0 - Pending | 1 - Running'
CREATE TABLE `epg` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`timestart` timestamp NULL DEFAULT NULL,
`timestop` timestamp NULL DEFAULT NULL,
`title` varchar(256) DEFAULT NULL,
`desc` text,
`epg_id` int(11) DEFAULT NULL,
`date` date DEFAULT NULL,
`cdnvideo` tinyint(1) DEFAULT '0',
`rating` smallint(6) DEFAULT NULL,
create_table "epg", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
t.timestamp "timestart"
t.timestamp "timestop"
t.string "title", limit: 256
t.text "desc"
t.integer "epg_id"
t.date "date"
t.boolean "cdnvideo", default: false
t.integer "rating", limit: 2
t.integer "director_id"
#
# This file is managed by ansible, don't make changes here - they will be overwritten. Contact cto@limehd.tv if you want to modify it
#
server {
listen 194.35.48.49:443 ssl backlog=16384;
server_name limehd.tv;