shigusegubu

shigusegubu
Pleroma 6 years ago committed by SGSGB
parent c07adb7121
commit be286aff19
  1. 7
      index.html
  2. BIN
      static/android-chrome-192x192.png
  3. BIN
      static/android-chrome-512x512.png
  4. BIN
      static/apple-touch-icon.png
  5. 9
      static/browserconfig.xml
  6. 14
      static/config.json
  7. BIN
      static/favicon-16x16.png
  8. BIN
      static/favicon-32x32.png
  9. BIN
      static/favicon.ico
  10. 283
      static/logo.svg
  11. 19
      static/manifest.json
  12. BIN
      static/mstile-150x150.png
  13. 1
      static/safari-pinned-tab.svg
  14. BIN
      static/sigsegv.png
  15. BIN
      static/sigsegv_s.png
  16. 1
      static/styles.json
  17. 12
      static/terms-of-service.html

@ -4,7 +4,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pleroma</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/ngs/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/ngs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/ngs/favicon-16x16.png">
<link rel="manifest" href="/ngs/manifest.json">
<link rel="mask-icon" href="/ngs/safari-pinned-tab.svg" color="#370f34">
<meta name="theme-color" content="#370f34">
<link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
</head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#370f34</TileColor>
</tile>
</msapplication>
</browserconfig>

@ -1,15 +1,17 @@
{
"theme": "pleroma-dark",
"background": "/static/aurora_borealis.jpg",
"logo": "/static/logo.png",
"name": "SigsegV",
"theme": "sigsegv",
"background": "/static/sigsegv_s.png",
"logo": "/static/logo.svg",
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
"chatDisabled": false,
"chatDisabled": true,
"showWhoToFollowPanel": false,
"whoToFollowProvider": "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}",
"whoToFollowProviderDummy2": "https://followlink.osa-p.net/api/get_recommend.json?acct=@{{user}}@{{host}}",
"whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}",
"whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html",
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false
"showInstanceSpecificPanel": true,
"scopeOptionsEnabled": true,
"registrationOpen": true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

@ -0,0 +1,19 @@
{
"name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#370f34",
"background_color": "#370f34",
"start_url": "https://shigusegubu.club",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 KiB

@ -1,4 +1,5 @@
{
"sigsegv": [ "シグセグV", "#100f32", "#221548", "#e6fcff", "#fe9df8", "#fd3f3f", "#cafeb8", "#9fd3fe", "#ffe96b" ],
"pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],
"pleroma-light": [ "Pleroma Light", "#f2f4f6", "#dbe0e8", "#304055", "#f86f0f", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],
"classic-dark": [ "Classic Dark", "#161c20", "#282e32", "#b9b9b9", "#baaa9c", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],

@ -1,7 +1,9 @@
<img src="/static/logo.svg"/ style="display: block; margin: auto; width: 100%; padding: 20px">
<h4>Terms of Service</h4>
<p>This is a placeholder ToS.</p>
<p>Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p>
<p>We don't block/silence/suspend any other instances.</p>
<br>
<p>Don't do anything illegal, or else you will be シグストップ'd.</p>
<p>Violator and subject to severe penalties and will be prosecutedt to the full extent of the JAM.</p>
<br>
<p>Admin: Fediverse: hj@shigusegubu.club, hj@pleroma.hjkos.com; Email: pleroma@hjkos.com</p>
<br>
<img src="/static/logo.png"/ style="display: block; margin: auto;">

Loading…
Cancel
Save