ipfs: revert to String.replace for cid placeholder
ipfs: fix lint
This commit is contained in:
parent
43dfa58ebd
commit
44659ecd65
5 changed files with 12 additions and 9 deletions
|
|
@ -147,8 +147,8 @@ config :pleroma, :config_description, [
|
|||
type: :string,
|
||||
description: "GET Gateway URL",
|
||||
suggestions: [
|
||||
"https://ipfs.mydomain.com/<%= cid %>",
|
||||
"https://<%= cid %>.ipfs.mydomain.com/"
|
||||
"https://ipfs.mydomain.com/{CID}",
|
||||
"https://{CID}.ipfs.mydomain.com/"
|
||||
]
|
||||
},
|
||||
%{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue