December 22 update
This commit is contained in:
94
jails/config/git/gitea/conf/app.ini
Normal file
94
jails/config/git/gitea/conf/app.ini
Normal file
@ -0,0 +1,94 @@
|
||||
# # Sample Configuration for Gitea using SQLite
|
||||
#
|
||||
# For information on the available settings, consult the online
|
||||
# documentation, or see the accompanying file app.ini.defaults, which
|
||||
# contains the settings incorporated into the gitea binary.
|
||||
#
|
||||
# This sample configuration runs Gitea with a local database. Before
|
||||
# running this configuration, make sure to change the SECRET_KEY and the
|
||||
# INTERNAL_TOKEN at the end of this file. SECRET_KEY is a password of your
|
||||
# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding.
|
||||
# Your can generate the token using for example:
|
||||
# openssl rand -base64 64
|
||||
#
|
||||
# There are no pre-configured users; the first user to register becomes an
|
||||
# admin. In this sample configuration, the HTTP server only listens on
|
||||
# localhost.
|
||||
#
|
||||
# If you'd rather use the web-based installer, remove this conf/app.ini file
|
||||
# and make /usr/local/etc/gitea/conf writeable to the git user.
|
||||
APP_NAME = Ahlawat GIT
|
||||
RUN_USER = git
|
||||
RUN_MODE = prod
|
||||
|
||||
[database]
|
||||
DB_TYPE = mysql
|
||||
HOST = 192.168.0.53:3306
|
||||
NAME = gitea
|
||||
USER = gitea
|
||||
PASSWD = mysql__gitea
|
||||
|
||||
[indexer]
|
||||
ISSUE_INDEXER_PATH = /var/db/gitea/indexers/issues.bleve
|
||||
|
||||
[log]
|
||||
ROOT_PATH = /var/log/gitea
|
||||
MODE = file
|
||||
LEVEL = Info
|
||||
ENABLE_ACCESS_LOG = true
|
||||
ACCESS = file
|
||||
|
||||
[picture]
|
||||
DISABLE_GRAVATAR = true
|
||||
AVATAR_UPLOAD_PATH = /var/db/gitea/data/avatars
|
||||
|
||||
[repository]
|
||||
ROOT = /var/db/gitea/gitea-repositories
|
||||
|
||||
# Gitea's default is 'bash', so if you have bash installed, you can comment
|
||||
# this out.
|
||||
#SCRIPT_TYPE = sh
|
||||
|
||||
[repository.upload]
|
||||
TEMP_PATH = /var/db/gitea/data/tmp/uploads
|
||||
|
||||
[security]
|
||||
INSTALL_LOCK = true
|
||||
INTERNAL_TOKEN = 1FFhAklka01JhgJTRUrFujWYiv4ijqcTIfXJ9o4n1fWxz+XVQdXhrqDTlsnD7fvz7gugdhgkx0FY2Lx6IBdPQw==
|
||||
SECRET_KEY = BeyondChangeMeBeforeRunningBell
|
||||
IMPORT_LOCAL_PATHS = true
|
||||
|
||||
[session]
|
||||
COOKIE_SECURE = true
|
||||
|
||||
[server]
|
||||
DOMAIN = git.ahlawat.com
|
||||
PROTOCOL = https
|
||||
HTTP_ADDR = ::
|
||||
HTTP_PORT = 3000
|
||||
ROOT_URL = https://git.ahlawat.com/
|
||||
DISABLE_SSH = true
|
||||
SSH_DOMAIN = %(DOMAIN)s
|
||||
SSH_PORT = 22
|
||||
OFFLINE_MODE = false
|
||||
APP_DATA_PATH = /var/db/gitea/data
|
||||
CERT_FILE = /mnt/certs/fullchain.pem
|
||||
KEY_FILE = /mnt/certs/privkeyr.pem
|
||||
LANDING_PAGE = explore
|
||||
|
||||
[service]
|
||||
DISABLE_REGISTRATION = true
|
||||
|
||||
[openid]
|
||||
ENABLE_OPENID_SIGNIN = false
|
||||
|
||||
[other]
|
||||
SHOW_FOOTER_BRANDING = false
|
||||
SHOW_FOOTER_VERSION = false
|
||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = 3giTtKAIflI_e9ixoU6ELHfxGaDkvFwHxDoPZQyZ0ak
|
||||
|
||||
[ui]
|
||||
#DEFAULT_THEME = arc-green
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
||||
# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding,
|
||||
# JWT_SECRET is a 32-byte random number in BASE64 encoding.
|
||||
#
|
||||
# Your can generate the token using for example:
|
||||
# You can generate the token using for example:
|
||||
# openssl rand -base64 64
|
||||
#
|
||||
# You can let Gitea add these to the config for you; you need to make
|
||||
|
@ -1,6 +1,6 @@
|
||||
BSD 2-Clause License ("Simplified BSD License" or "FreeBSD License")
|
||||
|
||||
Copyright (c) 2018-2022, diyIT.org
|
||||
Copyright (c) 2018-2019, diyIT.org
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,6 +1,6 @@
|
||||
BSD 2-Clause License ("Simplified BSD License" or "FreeBSD License")
|
||||
|
||||
Copyright (c) 2018-2022, diyIT.org
|
||||
Copyright (c) 2018-2019, diyIT.org
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
6
jails/config/git/pkg-list-details-old.txt
Normal file
6
jails/config/git/pkg-list-details-old.txt
Normal file
@ -0,0 +1,6 @@
|
||||
pkgp123____openldap26-client-2.6.3
|
||||
pkgp123____pkg-1.18.4
|
||||
pkgp-freebsd-pkg____bash-5.2.9
|
||||
pkgp-freebsd-pkg____bash-completion-2.11_1,2
|
||||
pkgp-freebsd-pkg____gitea-1.17.3
|
||||
pkgp-freebsd-pkg____nano-6.4
|
@ -1,6 +1,6 @@
|
||||
pkgp-freebsd-pkg____bash-5.1.16
|
||||
pkgp-freebsd-pkg____bash-completion-2.11_1,2
|
||||
pkgp-freebsd-pkg____gitea-1.16.5_1
|
||||
pkgp-freebsd-pkg____nano-6.0
|
||||
pkgp-freebsd-pkg____openldap-sasl-client-2.4.59
|
||||
pkgp-freebsd-pkg____pkg-1.17.5_1
|
||||
pkgp123____openldap26-client-2.6.3
|
||||
pkgp123____pkg-1.18.4
|
||||
pkgp-freebsd-pkg____bash-5.2.12
|
||||
pkgp-freebsd-pkg____bash-completion-2.11_2,2
|
||||
pkgp-freebsd-pkg____gitea-1.17.3
|
||||
pkgp-freebsd-pkg____nano-7.0
|
||||
|
1
jails/config/git/pkg-list-old.txt
Normal file
1
jails/config/git/pkg-list-old.txt
Normal file
@ -0,0 +1 @@
|
||||
bash bash-completion gitea nano openldap26-client pkg
|
@ -1 +1 @@
|
||||
bash bash-completion gitea nano openldap-sasl-client pkg
|
||||
bash bash-completion gitea nano openldap26-client pkg
|
||||
|
20
jails/config/git/pkgp.conf
Normal file
20
jails/config/git/pkgp.conf
Normal file
@ -0,0 +1,20 @@
|
||||
FreeBSD: {
|
||||
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
|
||||
enabled: no
|
||||
}
|
||||
|
||||
pkgp-freebsd-pkg: {
|
||||
url: "http://pkgp-freebsd-pkg.ahlawat.com/${ABI}/latest",
|
||||
mirror_type: "http",
|
||||
enabled: yes,
|
||||
priority: 10
|
||||
}
|
||||
|
||||
pkgp123: {
|
||||
url: "http://pkgp.ahlawat.com/packages/pj123-default",
|
||||
mirror_type: "http",
|
||||
signature_type: "pubkey",
|
||||
pubkey: "/mnt/certs/poudriere.cert",
|
||||
enabled: yes,
|
||||
priority: 100
|
||||
}
|
Reference in New Issue
Block a user