add reuse copyright information
Build Container Image / build_amd64 (push) Successful in 3m5s Details
Build Container Image / publish_amd64 (push) Successful in 22s Details
Build Container Image / build_arm64 (push) Successful in 22m37s Details
Build Container Image / build_manifest (push) Failing after 5s Details
Build Container Image / publish_arm64 (push) Successful in 42s Details
Build Container Image / publish_manifest (push) Successful in 24s Details

This commit is contained in:
Daniel Wolf 2023-10-25 09:24:02 -04:00
parent f17e6bd4ff
commit 0fc0ac9070
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
10 changed files with 49 additions and 0 deletions

8
.reuse/dep5 Normal file
View File

@ -0,0 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: docker-gitea-web
Upstream-Contact: Daniel Wolf <nephatrine@gmail.com>
Source: https://code.nephatrine.net/NephNET/docker-gitea-web
Files: override/etc/s6-overlay/*
Copyright: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
FROM nephatrine/nxbuilder:alpine AS builder1
ARG GITEA_VERSION=v1.21.0-rc1

8
LICENSES/ISC.txt Normal file
View File

@ -0,0 +1,8 @@
ISC License:
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
Copyright (c) 1995-2003 by Internet Software Consortium
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2019 - 2023 Daniel Wolf <nephatrine@gmail.com>
SPDX-License-Identifier: ISC
-->
[Git](https://code.nephatrine.net/NephNET/docker-gitea-web/src/branch/master) |
[Docker](https://hub.docker.com/r/nephatrine/gitea-web/) |
[unRAID](https://code.nephatrine.net/NephNET/unraid-containers)

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
services:
gitea:
build: .

View File

@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2019 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
0 6 * * * /usr/local/bin/gitea-backup

View File

@ -1,3 +1,7 @@
; SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
;
; SPDX-License-Identifier: ISC
APP_NAME = Gitea Repository
RUN_USER = guardian
RUN_MODE = prod

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
/mnt/config/log/sshd.log {
missingok
notifempty

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
PermitRootLogin no
AuthorizedKeysFile .ssh/authorized_keys

View File

@ -1,4 +1,7 @@
#!/bin/sh
# SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
export HOME=/mnt/config/home