Compare commits
No commits in common. "7bbe3342713b7a27d51d16841a5c0aa16d20ab52" and "dcb1599503906c6e716e44f1126299363972e71b" have entirely different histories.
7bbe334271
...
dcb1599503
|
@ -1 +0,0 @@
|
||||||
*.lock
|
|
|
@ -1 +0,0 @@
|
||||||
3.0.4
|
|
|
@ -1,5 +0,0 @@
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
source "https://rubygems.org"
|
|
||||||
|
|
||||||
gem "colorize"
|
|
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
require "yaml"
|
require "yaml"
|
||||||
require "colorize"
|
|
||||||
|
|
||||||
filename = File.join(File.dirname(__FILE__), "services.yaml")
|
filename = File.join(File.dirname(__FILE__), "services.yaml")
|
||||||
settings = YAML.load(File.read(filename))
|
settings = YAML.load(File.read(filename))
|
||||||
|
@ -18,8 +16,6 @@ services.each_pair do |key, value|
|
||||||
end
|
end
|
||||||
unless value['todo'].nil?
|
unless value['todo'].nil?
|
||||||
puts " TODO:"
|
puts " TODO:"
|
||||||
value['todo'].each_with_index do |line, index|
|
puts " * #{value['todo'].join(", ")}"
|
||||||
puts " #{index + 1}. #{line}"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -23,9 +23,8 @@ services:
|
||||||
mailu19:
|
mailu19:
|
||||||
todo:
|
todo:
|
||||||
- No tiene nombre DNS asignado a la IP
|
- No tiene nombre DNS asignado a la IP
|
||||||
- Cambiar el dominio @txs.es
|
|
||||||
hetzner: txs
|
hetzner: txs
|
||||||
hostname: static.18.144.90.157.clients.your-server.de
|
hostname: static.18.144.90.157.clients.your-server.de1
|
||||||
ip: 157.90.144.18
|
ip: 157.90.144.18
|
||||||
jekyll-www:
|
jekyll-www:
|
||||||
state: revise
|
state: revise
|
||||||
|
@ -52,9 +51,3 @@ services:
|
||||||
hetzner: social
|
hetzner: social
|
||||||
hostname: blogs.txs.es
|
hostname: blogs.txs.es
|
||||||
ip: 49.12.44.141
|
ip: 49.12.44.141
|
||||||
tuvideo2:
|
|
||||||
hetzner: social
|
|
||||||
hostname: tuvideo.encanarias.info
|
|
||||||
ip: 116.203.254.222
|
|
||||||
todo:
|
|
||||||
- Cambiar nombre dominio a @txs.es
|
|
||||||
|
|
Loading…
Reference in New Issue