User contributions for Arya

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

24 October 2023

20 September 2023

2 September 2023

14 August 2023

12 August 2023

15 July 2023

13 July 2023

9 July 2023

  • 14:4714:47, 9 July 2023 diff hist +23 Main PageNo edit summary Tag: Visual edit
  • 14:4014:40, 9 July 2023 diff hist +1,345 N Why GiteaCreated page with "Basically ever since Forgejo was created, we have been asked the question of why we stuck to Gitea. For those unfamiliar, in late-October of 2022, Gitea became a company in order to sustain itself better. This came with issues such as the trademark and domains being under the company itself instead of a separate community-led organization. Since Gitea refused to comply, Forgejo was created, a soft-fork of Gitea which was run under the leadership of Codeberg E.V. For..." Tag: Visual edit

1 July 2023

12 June 2023

  • 16:5216:52, 12 June 2023 diff hist +439 KbinNo edit summary Tag: Visual edit
  • 16:0316:03, 12 June 2023 diff hist +605 N KbinCreated page with "Kbin is an activitypub federated Reddit alternative, similar to Lemmy. Here, we document how to use kbin. === Registration === To register, go to either https://kb.psf.lt or https://kbin.projectsegfau.lt and navigate to the login page. From there, go to the registration page. Here, you can signup with your username, password. You will get an email confirmation after this. === Magazines === Magazines are the equivalent of Subreddits / Lemmy communities. You can subsc..." Tag: Visual edit

29 May 2023

25 May 2023

23 May 2023

17 May 2023

  • 08:1508:15, 17 May 2023 diff hist +1,014 N SecurityCreated page with "WIP This page documents the security practices we take. If something we do is missing from the list, or you want us to add something that improves Project Segfault's security, email contact@projectsegfau.lt (preferably with PGP) or contact a sysadmin over matrix/xmpp. * System updates every 2 weeks * Database is on a separate VM from the services themselves * Most of our services run under docker or LXC * All places where public code can be run is completely isolated..." Tag: Visual edit

11 May 2023

  • 08:1208:12, 11 May 2023 diff hist +1,132 N Internal:PostgreSQLCreated page with "DatabaseVM (DBVM) is our only dedicated database on all our nodes (as of 11/05/2023). Non-Soleil services and some horrible services that depend on a dockerized db on soleil use postgres declared in the compose file. These services' postgres instances don't have optimizations and cannot make full use of Soleil Levant's resources. Due to laziness, no mariadb/mysql services (basically just vikunja) use a DB on the VM. As of 11/05/2023, non-dbvm services on soleil are:..." current Tag: Visual edit

10 May 2023

9 May 2023

  • 08:0108:01, 9 May 2023 diff hist +678 N Iperf3Created page with "Iperf3 is a tool which can be used to measure how fast your connection to our servers is. We run iperf3 instances on all our nodes. To test, run the following:<pre> iperf3 -p <port (documented below)>-c <server address (documented below)> # Upload iperf3 -R -p <port> -c <server address> # Download </pre>There can only be one connection to the server at a time with iperf3. {| class="wikitable" |+ !Server !Address !Port |- |Pubnix |p.projectsegfau.lt |5202 |- |Pizza1 |pi..." Tag: Visual edit
  • 05:4905:49, 9 May 2023 diff hist −42 Internal:Matrixinstall-all Tag: Visual edit

7 May 2023

30 April 2023

  • 17:2117:21, 30 April 2023 diff hist +21 IRC BouncerCateogry
  • 16:2416:24, 30 April 2023 diff hist +2,274 N IRC BouncerCreated page with "Along with your pubnix account, you get access to our IRC bouncer, soju. Soju is a modern IRC bouncer, which supports the new ircv3 features. Soju uses the pubnixes PAM for authentication, meaning it uses the same password as your pubnix user. Your current password can be found at ~/pass. Access it by running: cat ~/pass You can change it by running passwd. The IRC client we recommend is weechat. However, there are many [https://git.sr.ht/~emersion/soju/tree/master/..." Tag: Visual edit

28 April 2023

19 April 2023

17 April 2023

  • 10:3410:34, 17 April 2023 diff hist +1,400 N Internal:MatrixCreated page with "Our synapse instance runs under matrix-docker-ansible-deploy (ref. to as MDAD from now on) The MDAD ansible files can be found at ~/matrix-docker-ansible-deploy and the actual generated files at /matrix. We have workers setup, one-of-each, along with federation and general getting 4 each. A list of parameters can be found at https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-synapse/defaults/main.yml After adding parameters, re..." Tag: Visual edit

6 April 2023

4 April 2023

2 April 2023

  • 07:3907:39, 2 April 2023 diff hist +1,194 N Log in to the Pubnix from RDPCreated page with "Along with cockpit and ssh, you can also access the pubnix via RDP. We went with (X)RDP instead of VNC due to it being more performant and secure. To do so, first install an RDP client. You can use [https://remmina.org Remmina] on Linux and BSD. On Windows you can use the builtin Remote Desktop Connection Utility. You can connect to p.projectsegfau.lt from the Quick Connect menu on Remmina. Once the connection is established, a login page will popup where you need t..." Tag: Visual edit

28 March 2023

  • 10:4510:45, 28 March 2023 diff hist +427 XMPPNo edit summary Tag: Visual edit
  • 09:4209:42, 28 March 2023 diff hist +617 N XMPPCreated page with "XMPP is an open, decentralized universal messaging standard, similar to matrix. We host the Ejabberd XMPP server. === Registration === We do not have a webclient for XMPP. Hence, you need to first install an XMPP client. We recommend [https://gajim.org/download Gajim] on PC and [https://conversations.im Conversations] on Android. You can find a list of clients at [https://xmpp.org/getting-started/ xmpp.org]. Once you have installed your favourite client, you can..." Tag: Visual edit
  • 09:3109:31, 28 March 2023 diff hist +2,753 N MatrixCreated page with "<markdown> Matrix is an open network for secure, decentralized communication. We host the reference Matrix server, `synapse`, along with some clients for you to use it with. We also host some bots for matrix with `maubot`. </markdown> === Registration === Registering on our matrix instance is simple. Firstly, go to [https://chat.projectsegfau.lt chat.projectsegfau.lt], our element instance. There, you can register with your email, username and password. If you are..." Tag: Visual edit

26 March 2023

  • 10:4110:41, 26 March 2023 diff hist +945 Restructurebackwardsvm Tag: Visual edit
  • 06:0106:01, 26 March 2023 diff hist +978 N Internal:Setting up GeoDNS ServiceCreated page with "To setup a GeoDNS service, you need access to US, IN and Pizza1. Firstly, setup the compose file etc. on Pizza1 in /opt/docker. '''IT MUST BE IN /opt/docker.''' After that, you can do caddy configuration similar to this<pre> gothub.projectsegfau.lt gothub.g.projectsegfau.lt gothub.eu.projectsegfau.lt { reverse_proxy localhost:1024 #import torloc libreddit import def #import i2ploc pjsfkref7g66mji45kyccqnn5hmjtjp3cfodozabpyplj2rmv5sa.b32.i2p } </pre>The def import..." Tag: Visual edit

22 March 2023

15 March 2023

6 March 2023

4 March 2023

26 February 2023