Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
IPFS Pinning Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
F-Droid
IPFS Pinning Server
Commits
0b550be2
Commit
0b550be2
authored
1 year ago
by
Hans-Christoph Steiner
Browse files
Options
Downloads
Patches
Plain Diff
add yamllint setup
parent
4111877d
No related branches found
No related tags found
1 merge request
!1
F-Droid style
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.yamllint
+6
-0
6 additions, 0 deletions
.yamllint
debian-ipfs-setup.yml
+4
-4
4 additions, 4 deletions
debian-ipfs-setup.yml
with
10 additions
and
4 deletions
.yamllint
0 → 100644
+
6
−
0
View file @
0b550be2
# vi: ft=yaml
---
extends
:
default
rules
:
line-length
:
disable
This diff is collapsed.
Click to expand it.
debian-ipfs-setup.yml
+
4
−
4
View file @
0b550be2
...
...
@@ -19,7 +19,7 @@
ipfs_config_extra
:
Gateway.PublicGateways
:
localhost
:
null
Datastore.StorageMax
:
10GB
# this is the default storage of any ipfs repo. Tweak it to suit your needs
Datastore.StorageMax
:
10GB
# this is the default storage of any ipfs repo. Tweak it to suit your needs
Peering.Peers
:
-
cloudflare_one
:
ID
:
QmcFf2FH3CEgTNHeMRGhN7HNHU1EXAxoEk6EFuSyXCsvRE
...
...
@@ -49,8 +49,8 @@
ID
:
QmWaik1eJcGHq1ybTWe7sezRfqKNcDRNkeBaLnGwQJz1Cj
Addrs
:
/dnsaddr/fra1-1.hostnodes.pinata.cloud
-
Textile
:
ID
:
QmR69wtWUMm1TWnmuD4JqC1TWLZcc8iR2KrTenfZZbiztd
Addrs
:
/ip4/104.210.43.77
ID
:
QmR69wtWUMm1TWnmuD4JqC1TWLZcc8iR2KrTenfZZbiztd
Addrs
:
/ip4/104.210.43.77
-
8api.sh
:
ID
:
12D3KooWGASC2jm3pmohEJXUhuStkxDitPgzvs4qMuFPaiD9x1BA
Addrs
:
/ip4/78.46.108.24
...
...
@@ -96,4 +96,4 @@
ansible.posix.authorized_key
:
user
:
ipfs
state
:
present
key
:
"
{{
lookup('file',
'~/.ssh/id_rsa.pub')
}}"
\ No newline at end of file
key
:
"
{{
lookup('file',
'~/.ssh/id_rsa.pub')
}}"
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