mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
feat: add HMooneyPot alias for Invidious namespace and SOFTWARE metadata
This commit is contained in:
parent
821365cf71
commit
ba984cae8a
@ -54,8 +54,9 @@ require "./invidious/jobs/*"
|
||||
module Invidious
|
||||
end
|
||||
|
||||
# Simple alias to make code easier to read
|
||||
# Simple aliases to make code easier to read
|
||||
alias IV = Invidious
|
||||
alias HMooneyPot = Invidious
|
||||
|
||||
CONFIG = Config.load
|
||||
HMAC_KEY = CONFIG.hmac_key
|
||||
@ -82,6 +83,7 @@ ASSET_COMMIT = {{ "#{`git rev-list HEAD --max-count=1 --abbrev-commit -- assets`
|
||||
|
||||
SOFTWARE = {
|
||||
"name" => "invidious",
|
||||
"alias" => "HMooneyPot",
|
||||
"version" => "#{CURRENT_VERSION}-#{CURRENT_COMMIT}",
|
||||
"branch" => "#{CURRENT_BRANCH}",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user