Skip to content

Commit

Permalink
FAQ: How do I get my server listed as a public server?
Browse files Browse the repository at this point in the history
This commit fixes issue #12
  • Loading branch information
Istador committed Oct 12, 2024
1 parent 6faae98 commit 82192bc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/views/faq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,23 @@ export default class FAQ extends Vue {
</ol>
`,
},
{
id : 113,
question : '<b-icon icon="list-ul"/> How do I get my server listed as a public server?',
answer : `
<p>
To get listed on the <a-int name="servers">server list</a-int> of this website you can:
<ul>
<li><a-ext href="https://github.com/Istador/smoo.it/blob/public/src/store/servers.ts" icon="github">Edit the file</a-ext> yourself and submit a GitHub pull request.</li>
<li><a-ext href="https://rcl.smoo.it/contact" icon="envelope">Contact</a-ext> its developer.</li>
</ul>
</p>
<p>
To get listed on the official <a-ext href="https://discord.gg/w3TnB899ww" icon="discord">Discord</a-ext> server
with channels for your server contact a Discord server admin, e.g. <code>Sanae</code>.
</p>
`,
},
{
id : 107,
question : '<b-icon icon="broadcast"/> What is a public/private IPv4 address?',
Expand Down

0 comments on commit 82192bc

Please sign in to comment.