Skip to content

Commit 202bdb1

Browse files
authored
12 add sales landing page (#59)
* redesign the website like figma * well balanced and responsive * satisfied with look of landing page * fix color scheme changing by default. add user email sign up back end
1 parent f5ba33b commit 202bdb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2241
-1229
lines changed

custom/conf/app.example.ini

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; This file lists the default values used by Gitea
1+
; This file lists the default values used by Bindersnap
22
;; Copy required sections to your own app.ini (default is custom/conf/app.ini)
33
;; and modify as needed.
44
;; Do not copy the whole file as-is, as it contains some invalid sections for illustrative purposes.
@@ -41,13 +41,13 @@
4141
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4242
;;
4343
;; App name that shows in every page title
44-
APP_NAME = ; Gitea: Git with a cup of tea
44+
APP_NAME = ; Bindersnap: Git with a cup of tea
4545
;;
4646
;; RUN_USER will automatically detect the current user - but you can set it here change it if you run locally
4747
RUN_USER = ; git
4848
;;
4949
;; Application run mode, affects performance and debugging: "dev" or "prod", default is "prod"
50-
;; Mode "dev" makes Gitea easier to develop and debug, values other than "dev" are treated as "prod" which is for production use.
50+
;; Mode "dev" makes Bindersnap easier to develop and debug, values other than "dev" are treated as "prod" which is for production use.
5151
;RUN_MODE = prod
5252
;;
5353
;; The working directory, see the comment of AppWorkPath above
@@ -81,7 +81,7 @@ RUN_USER = ; git
8181
;; Overwrite the automatically generated public URL. Necessary for proxies and docker.
8282
;ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
8383
;;
84-
;; For development purpose only. It makes Gitea handle sub-path ("/sub-path/owner/repo/...") directly when debugging without a reverse proxy.
84+
;; For development purpose only. It makes Bindersnap handle sub-path ("/sub-path/owner/repo/...") directly when debugging without a reverse proxy.
8585
;; DO NOT USE IT IN PRODUCTION!!!
8686
;USE_SUB_URL_PATH = false
8787
;;
@@ -124,7 +124,7 @@ RUN_USER = ; git
124124
;; Permission for unix socket
125125
;UNIX_SOCKET_PERMISSION = 666
126126
;;
127-
;; Local (DMZ) URL for Gitea workers (such as SSH update) accessing web service. In
127+
;; Local (DMZ) URL for Bindersnap workers (such as SSH update) accessing web service. In
128128
;; most cases you do not need to change the default value. Alter it only if
129129
;; your SSH server node is not the same as HTTP node. For different protocol, the default
130130
;; values are different. If `PROTOCOL` is `http+unix`, the default value is `http://unix/`.
@@ -166,11 +166,11 @@ RUN_USER = ; git
166166
;; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'.
167167
;SSH_ROOT_PATH =
168168
;;
169-
;; Gitea will create a authorized_keys file by default when it is not using the internal ssh server
169+
;; Bindersnap will create a authorized_keys file by default when it is not using the internal ssh server
170170
;; If you intend to use the AuthorizedKeysCommand functionality then you should turn this off.
171171
;SSH_CREATE_AUTHORIZED_KEYS_FILE = true
172172
;;
173-
;; Gitea will create a authorized_principals file by default when it is not using the internal ssh server
173+
;; Bindersnap will create a authorized_principals file by default when it is not using the internal ssh server
174174
;; If you intend to use the AuthorizedPrincipalsCommand functionality then you should turn this off.
175175
;SSH_CREATE_AUTHORIZED_PRINCIPALS_FILE = true
176176
;;
@@ -195,7 +195,7 @@ RUN_USER = ; git
195195
;; default is the system temporary directory.
196196
;SSH_KEY_TEST_PATH =
197197
;;
198-
;; Use `ssh-keygen` to parse public SSH keys. The value is passed to the shell. By default, Gitea does the parsing itself.
198+
;; Use `ssh-keygen` to parse public SSH keys. The value is passed to the shell. By default, Bindersnap does the parsing itself.
199199
;SSH_KEYGEN_PATH =
200200
;;
201201
;; Enable SSH Authorized Key Backup when rewriting all keys, default is false
@@ -282,7 +282,7 @@ RUN_USER = ; git
282282
;KEY_FILE = https/key.pem
283283
;;
284284
;; Root directory containing templates and static files.
285-
;; default is the path where Gitea is executed
285+
;; default is the path where Bindersnap is executed
286286
;STATIC_ROOT_PATH = ; Will default to the built-in value _`StaticRootPath`_
287287
;;
288288
;; Default path for App data
@@ -361,7 +361,7 @@ NAME = gitea
361361
USER = root
362362
;PASSWD = ;Use PASSWD = `your password` for quoting if you use special characters in the password.
363363
;SSL_MODE = false ; either "false" (default), "true", or "skip-verify"
364-
;CHARSET_COLLATION = ; Empty as default, Gitea will try to find a case-sensitive collation. Don't change it unless you clearly know what you need.
364+
;CHARSET_COLLATION = ; Empty as default, Bindersnap will try to find a case-sensitive collation. Don't change it unless you clearly know what you need.
365365
;;
366366
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
367367
;;
@@ -393,7 +393,7 @@ USER = root
393393
;NAME = gitea
394394
;USER = SA
395395
;PASSWD = MwantsaSecurePassword1
396-
;CHARSET_COLLATION = ; Empty as default, Gitea will try to find a case-sensitive collation. Don't change it unless you clearly know what you need.
396+
;CHARSET_COLLATION = ; Empty as default, Bindersnap will try to find a case-sensitive collation. Don't change it unless you clearly know what you need.
397397
;;
398398
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
399399
;;
@@ -444,7 +444,7 @@ SECRET_KEY =
444444
;; This key is VERY IMPORTANT. If you lose it, the data encrypted by it (like 2FA secret) can't be decrypted anymore.
445445
;SECRET_KEY_URI = file:/etc/gitea/secret_key
446446
;;
447-
;; Secret used to validate communication within Gitea binary.
447+
;; Secret used to validate communication within Bindersnap binary.
448448
INTERNAL_TOKEN =
449449
;;
450450
;; Alternative location to specify internal token, instead of this file; you cannot specify both this and INTERNAL_TOKEN, and must pick one
@@ -478,9 +478,9 @@ INTERNAL_TOKEN =
478478
;;
479479
;; Set to false to allow users with git hook privileges to create custom git hooks.
480480
;; Custom git hooks can be used to perform arbitrary code execution on the host operating system.
481-
;; This enables the users to access and modify this config file and the Gitea database and interrupt the Gitea service.
482-
;; By modifying the Gitea database, users can gain Gitea administrator privileges.
483-
;; It also enables them to access other resources available to the user on the operating system that is running the Gitea instance and perform arbitrary actions in the name of the Gitea OS user.
481+
;; This enables the users to access and modify this config file and the Bindersnap database and interrupt the Bindersnap service.
482+
;; By modifying the Bindersnap database, users can gain Bindersnap administrator privileges.
483+
;; It also enables them to access other resources available to the user on the operating system that is running the Bindersnap instance and perform arbitrary actions in the name of the Bindersnap OS user.
484484
;; WARNING: This maybe harmful to you website or your operating system.
485485
;; WARNING: Setting this to true does not change existing hooks in git repos; adjust it before if necessary.
486486
;DISABLE_GIT_HOOKS = true
@@ -679,7 +679,7 @@ LEVEL = Info
679679
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
680680
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
681681
;;
682-
;; The path of git executable. If empty, Gitea searches through the PATH environment.
682+
;; The path of git executable. If empty, Bindersnap searches through the PATH environment.
683683
;PATH =
684684
;;
685685
;; The HOME directory for Git
@@ -757,11 +757,11 @@ LEVEL = Info
757757
;; Whether a new user needs to be confirmed manually after registration. (Requires `REGISTER_EMAIL_CONFIRM` to be disabled.)
758758
;REGISTER_MANUAL_CONFIRM = false
759759
;;
760-
;; List of domain names that are allowed to be used to register on a Gitea instance, wildcard is supported
760+
;; List of domain names that are allowed to be used to register on a Bindersnap instance, wildcard is supported
761761
;; eg: gitea.io,example.com,*.mydomain.com
762762
;EMAIL_DOMAIN_ALLOWLIST =
763763
;;
764-
;; Comma-separated list of domain names that are not allowed to be used to register on a Gitea instance, wildcard is supported
764+
;; Comma-separated list of domain names that are not allowed to be used to register on a Bindersnap instance, wildcard is supported
765765
;EMAIL_DOMAIN_BLOCKLIST =
766766
;;
767767
;; Disallow registration, only allow admins to create accounts.
@@ -994,7 +994,7 @@ LEVEL = Info
994994
;; Close issues as long as a commit on any branch marks it as fixed
995995
;DEFAULT_CLOSE_ISSUES_VIA_COMMITS_IN_ANY_BRANCH = false
996996
;;
997-
;; Allow users to push local repositories to Gitea and have them automatically created for a user or an org
997+
;; Allow users to push local repositories to Bindersnap and have them automatically created for a user or an org
998998
;ENABLE_PUSH_CREATE_USER = false
999999
;ENABLE_PUSH_CREATE_ORG = false
10001000
;;
@@ -1275,7 +1275,7 @@ LEVEL = Info
12751275
;; Whether the email of the user should be shown in the Explore Users page
12761276
;SHOW_USER_EMAIL = true
12771277
;;
1278-
;; Set the default theme for the Gitea install
1278+
;; Set the default theme for the Bindersnap install
12791279
;DEFAULT_THEME = gitea-auto
12801280
;;
12811281
;; All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`.
@@ -1347,8 +1347,8 @@ LEVEL = Info
13471347
;[ui.meta]
13481348
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13491349
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1350-
;AUTHOR = Gitea - Git with a cup of tea
1351-
;DESCRIPTION = Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go
1350+
;AUTHOR = Bindersnap - Git with a cup of tea
1351+
;DESCRIPTION = Bindersnap (Git with a cup of tea) is a painless self-hosted Git service written in Go
13521352
;KEYWORDS = go,git,self-hosted,gitea
13531353

13541354
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -1669,7 +1669,7 @@ LEVEL = Info
16691669
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16701670
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16711671
;;
1672-
;; NOTICE: this section is for Gitea 1.18 and later. If you are using Gitea 1.17 or older,
1672+
;; NOTICE: this section is for Bindersnap 1.18 and later. If you are using Bindersnap 1.17 or older,
16731673
;; please refer to
16741674
;; https://github.com/go-gitea/gitea/blob/release/v1.17/custom/conf/app.example.ini
16751675
;; https://github.com/go-gitea/gitea/blob/release/v1.17/docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -1880,7 +1880,7 @@ LEVEL = Info
18801880
;AVATAR_UPLOAD_PATH = data/avatars
18811881
;REPOSITORY_AVATAR_UPLOAD_PATH = data/repo-avatars
18821882
;;
1883-
;; How Gitea deals with missing repository avatars
1883+
;; How Bindersnap deals with missing repository avatars
18841884
;; none = no avatar will be displayed; random = random avatar will be displayed; image = default image will be used
18851885
;REPOSITORY_AVATAR_FALLBACK = none
18861886
;REPOSITORY_AVATAR_FALLBACK_IMAGE = /img/repo_default.png
@@ -2018,7 +2018,7 @@ LEVEL = Info
20182018
;;
20192019
;; Setting this to true will enable all cron tasks periodically with default settings.
20202020
;ENABLED = false
2021-
;; Setting this to true will run all enabled cron tasks when Gitea starts.
2021+
;; Setting this to true will run all enabled cron tasks when Bindersnap starts.
20222022
;RUN_AT_START = false
20232023
;;
20242024
;; Note: ``SCHEDULE`` accept formats
@@ -2058,7 +2058,7 @@ LEVEL = Info
20582058
;SCHEDULE = @every 10m
20592059
;; Enable running Update mirrors task periodically.
20602060
;ENABLED = true
2061-
;; Run Update mirrors task when Gitea starts.
2061+
;; Run Update mirrors task when Bindersnap starts.
20622062
;RUN_AT_START = false
20632063
;; Notice if not success
20642064
;NOTICE_ON_SUCCESS = false
@@ -2079,7 +2079,7 @@ LEVEL = Info
20792079
;SCHEDULE = @midnight
20802080
;; Enable running Repository health check task periodically.
20812081
;ENABLED = true
2082-
;; Run Repository health check task when Gitea starts.
2082+
;; Run Repository health check task when Bindersnap starts.
20832083
;RUN_AT_START = false
20842084
;; Notice if not success
20852085
;NOTICE_ON_SUCCESS = false
@@ -2097,7 +2097,7 @@ LEVEL = Info
20972097
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20982098
;; Enable running check repository statistics task periodically.
20992099
;ENABLED = true
2100-
;; Run check repository statistics task when Gitea starts.
2100+
;; Run check repository statistics task when Bindersnap starts.
21012101
;RUN_AT_START = true
21022102
;; Notice if not success
21032103
;NOTICE_ON_SUCCESS = false
@@ -2252,7 +2252,7 @@ LEVEL = Info
22522252

22532253
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22542254
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2255-
;; Update the '.ssh/authorized_keys' file with Gitea SSH keys
2255+
;; Update the '.ssh/authorized_keys' file with Bindersnap SSH keys
22562256
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22572257
;[cron.resync_all_sshkeys]
22582258
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -2325,7 +2325,7 @@ LEVEL = Info
23252325

23262326
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23272327
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2328-
;; Check for new Gitea versions
2328+
;; Check for new Bindersnap versions
23292329
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23302330
;[cron.update_checker]
23312331
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -2424,7 +2424,7 @@ LEVEL = Info
24242424
;[other]
24252425
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
24262426
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2427-
;; Show version information about Gitea and Go in the footer
2427+
;; Show version information about Bindersnap and Go in the footer
24282428
;SHOW_FOOTER_VERSION = true
24292429
;; Show template execution time in the footer
24302430
;SHOW_FOOTER_TEMPLATE_LOAD_TIME = true
@@ -2670,7 +2670,7 @@ LEVEL = Info
26702670

26712671
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26722672
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2673-
;; settings for Gitea's LFS client (eg: mirroring an upstream lfs endpoint)
2673+
;; settings for Bindersnap's LFS client (eg: mirroring an upstream lfs endpoint)
26742674
;;
26752675
;[lfs_client]
26762676
;; Limit the number of pointers in each batch request to this number
@@ -2756,7 +2756,7 @@ LEVEL = Info
27562756
;; Enable/Disable actions capabilities
27572757
;ENABLED = true
27582758
;;
2759-
;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance.
2759+
;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Bindersnap instance.
27602760
;DEFAULT_ACTIONS_URL = github
27612761
;; Logs retention time in days. Old logs will be deleted after this period.
27622762
;LOG_RETENTION_DAYS = 365

custom/conf/app.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME = Bindersnap: Policies with a cup of tea.
1+
APP_NAME = Bindersnap: Document management reinvented.
22
RUN_USER = davidgray
33
WORK_PATH = /Users/davidgray/git/bindersnap
44
RUN_MODE = dev
@@ -102,3 +102,6 @@ ENABLED = true
102102
RENDER_COMMAND = cat
103103
FILE_EXTENSIONS = .pdoc,.snap
104104
IS_INPUT_FILE = true
105+
106+
[ui]
107+
DEFAULT_THEME = gitea-light

0 commit comments

Comments
 (0)