Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mastofe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Pleroma
mastofe
Commits
73bf0ea7
Unverified
Commit
73bf0ea7
authored
7 years ago
by
beatrix
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #204 from glitch-soc/with-mastodon-go
Introducing: Mastodon GO!
parents
254b74c7
27643279
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
app/javascript/themes/mastodon-go
+1
-0
1 addition, 0 deletions
app/javascript/themes/mastodon-go
with
5 additions
and
1 deletion
.gitmodules
0 → 100644
+
3
−
0
View file @
73bf0ea7
[submodule "app/javascript/themes/mastodon-go"]
path = app/javascript/themes/mastodon-go
url = https://github.com/marrus-sh/mastodon-go
This diff is collapsed.
Click to expand it.
Vagrantfile
+
1
−
1
View file @
73bf0ea7
...
...
@@ -83,7 +83,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config
.
vm
.
provider
:virtualbox
do
|
vb
|
vb
.
name
=
"mastodon"
vb
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
"
2048
"
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
"
4096
"
]
# Disable VirtualBox DNS proxy to skip long-delay IPv6 resolutions.
# https://github.com/mitchellh/vagrant/issues/1172
...
...
This diff is collapsed.
Click to expand it.
mastodon-go
@
1ba394d1
Subproject commit 1ba394d1d7c38fd92159548824d1ba42719df6c3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment