Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma
Merge requests
!2261
Add support for remote favicons
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add support for remote favicons
features/favicons
into
develop
Overview
6
Commits
6
Pipelines
13
Changes
13
All threads resolved!
Hide all comments
Merged
Haelwenn
requested to merge
features/favicons
into
develop
5 years ago
Overview
6
Commits
6
Pipelines
13
Changes
13
All threads resolved!
Hide all comments
Expand
PleromaFE:
pleroma-fe!1076 (merged)
Edited
5 years ago
by
Haelwenn
0
0
Merge request reports
Compare
develop
version 11
3bc8dde3
4 years ago
version 10
6c8b7a78
4 years ago
version 9
b81fee4d
4 years ago
version 8
d18d3292
4 years ago
version 7
5baa0e71
4 years ago
version 6
b2c8c0f6
5 years ago
version 5
7853da68
5 years ago
version 4
55613b2e
5 years ago
version 3
90659bf1
5 years ago
version 2
39526b62
5 years ago
version 1
b2819b36
5 years ago
develop (base)
and
latest version
latest version
31fef95e
6 commits,
4 years ago
version 11
3bc8dde3
6 commits,
4 years ago
version 10
6c8b7a78
5 commits,
4 years ago
version 9
b81fee4d
4 commits,
4 years ago
version 8
d18d3292
4 commits,
4 years ago
version 7
5baa0e71
3 commits,
4 years ago
version 6
b2c8c0f6
3 commits,
5 years ago
version 5
7853da68
2 commits,
5 years ago
version 4
55613b2e
2 commits,
5 years ago
version 3
90659bf1
1 commit,
5 years ago
version 2
39526b62
1 commit,
5 years ago
version 1
b2819b36
1 commit,
5 years ago
13 files
+
440
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
config/config.exs
+
2
−
0
Options
@@ -706,6 +706,8 @@
config
:ex_aws
,
http_client:
Pleroma
.
HTTP
.
ExAws
config
:pleroma
,
:instances_favicons
,
enabled:
false
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config
"
#{
Mix
.
env
()
}
.exs"
Loading