You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
switch to new domain: easypi.info
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN apk add -U ca-certificates \
|
||||
build-base \
|
||||
|
@@ -29,10 +29,10 @@ urlwatch:
|
||||
SHELL = /bin/sh
|
||||
PATH := /usr/local/bin:$(PATH)
|
||||
|
||||
SMTP = smtp.datageek.info:587
|
||||
FROM = urlwatch@datageek.info
|
||||
SMTP = smtp.easypi.info:587
|
||||
FROM = urlwatch@easypi.info
|
||||
PASS = password
|
||||
TO = noreply@datageek.info
|
||||
TO = noreply@easypi.info
|
||||
|
||||
all: setup urls.txt
|
||||
urlwatch -s $(SMTP) -f $(FROM) -t $(TO) -A -T
|
||||
|
@@ -1,10 +1,10 @@
|
||||
SHELL = /bin/sh
|
||||
PATH := /usr/local/bin:$(PATH)
|
||||
|
||||
SMTP = smtp.datageek.info:587
|
||||
FROM = urlwatch@datageek.info
|
||||
SMTP = smtp.easypi.info:587
|
||||
FROM = urlwatch@easypi.info
|
||||
PASS = password
|
||||
TO = noreply@datageek.info
|
||||
TO = noreply@easypi.info
|
||||
|
||||
all: setup urls.txt
|
||||
urlwatch -s $(SMTP) -f $(FROM) -t $(TO) -A -T
|
||||
|
Reference in New Issue
Block a user