Compare commits
No commits in common. "indeedgeek" and "master" have entirely different histories.
indeedgeek
...
master
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
|
||||||
}
|
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.12-alpine
|
FROM python:3.11-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apk add bind git
|
RUN apk add bind git
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>
|
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>
|
||||||
|
|
||||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
|
||||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" />
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" rel="stylesheet" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" />
|
||||||
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
||||||
<link rel="icon" type="image/svg+xml" sizes="any" href="{% static "img/favicon.svg" %}">
|
<link rel="icon" type="image/svg+xml" sizes="any" href="{% static "img/favicon.svg" %}">
|
||||||
<link rel="icon" type="image/png" href="{% static "img/favicon_32.png" %}" sizes="32x32">
|
<link rel="icon" type="image/png" href="{% static "img/favicon_32.png" %}" sizes="32x32">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user