Update to reflect IP transfer

This commit is contained in:
Radon Rosborough 2022-05-09 09:52:11 -07:00
parent 6494543e16
commit 0605798c41
14 changed files with 37 additions and 31 deletions

16
.github/FUNDING.yml vendored
View File

@ -1,8 +1,10 @@
github: raxod502 github: radian-software
patreon: riju patreon: radiansoftware
ko_fi: riju_codes ko_fi: radiansoftware
liberapay: riju liberapay: radian-software
custom: custom:
- https://paypal.me/rijucodes - https://www.paypal.com/donate/?hosted_button_id=SYF48KFJ95FPA
- https://cash.app/$RijuCodes # Cash App is not currently supported because their sign-up flow is
- https://venmo.com/code?user_id=3335527067549696598 # broken (verification emails for new accounts are not sent). I have
# submitted a support ticket with them.
- https://account.venmo.com/u/radian-software

View File

@ -8,6 +8,6 @@
* [Deploying your own instance of Riju](doc/selfhosting.md) * [Deploying your own instance of Riju](doc/selfhosting.md)
If you'd like to request a new language, head to the [language support If you'd like to request a new language, head to the [language support
meta-issue](https://github.com/raxod502/riju/issues/24) and add a meta-issue](https://github.com/radian-software/riju/issues/24) and add
comment. Of course, if you actually want it to be added anytime soon, a comment. Of course, if you actually want it to be added anytime
you should submit a pull request :) soon, you should submit a pull request :)

View File

@ -1,6 +1,7 @@
# MIT License # MIT License
Copyright (c) 2020 Radon Rosborough Copyright (c) 20202022 [Radian LLC](https://radian.codes) and
contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -218,7 +218,7 @@ lsp: # L=<lang|cmd> : Run LSP REPL for language or custom command line
### Fetch artifacts from registries ### Fetch artifacts from registries
PUBLIC_DOCKER_REPO_PULL ?= public.ecr.aws/raxod502/riju PUBLIC_DOCKER_REPO_PULL ?= public.ecr.aws/radian-software/riju
sync-ubuntu: # Pull Riju Ubuntu image from public Docker registry sync-ubuntu: # Pull Riju Ubuntu image from public Docker registry
docker pull $(PUBLIC_DOCKER_REPO_PULL):ubuntu docker pull $(PUBLIC_DOCKER_REPO_PULL):ubuntu

View File

@ -1,8 +1,8 @@
# Reporting a security issue # Reporting a security issue
Please contact me at Please contact me at
[radon.neon@gmail.com](mailto:radon.neon@gmail.com) if you find any [security+riju@radian.codes](mailto:security+riju@radian.codes) if you
way to: find any way to:
* Take down Riju without using a large number of concurrent sessions. * Take down Riju without using a large number of concurrent sessions.
* View or interfere with another user's session. * View or interfere with another user's session.

View File

@ -1,4 +1,4 @@
module github.com/raxod502/riju/cli module github.com/radian-software/riju/cli
go 1.16 go 1.16

View File

@ -13,7 +13,7 @@ hesitate to open an issue!
Clone locally: Clone locally:
``` ```
$ git clone https://github.com/raxod502/riju.git $ git clone https://github.com/radian-software/riju.git
$ cd riju $ cd riju
``` ```

View File

@ -49,9 +49,9 @@ requirements:
because it only runs on macOS, and [Docker](https://www.docker.com/) because it only runs on macOS, and [Docker](https://www.docker.com/)
is out because it can't be run inside Docker (without the is out because it can't be run inside Docker (without the
`--privileged` flag, which has unacceptable security drawbacks; see `--privileged` flag, which has unacceptable security drawbacks; see
[#29](https://github.com/raxod502/riju/issues/29)). Note, however, [#29](https://github.com/radian-software/riju/issues/29)). Note,
that many Windows-based languages can be used successfully via however, that many Windows-based languages can be used successfully
[Mono](https://www.mono-project.com/) or via [Mono](https://www.mono-project.com/) or
[Wine](https://www.winehq.org/), such as [Wine](https://www.winehq.org/), such as
[Cmd](https://en.wikipedia.org/wiki/Cmd.exe), [Cmd](https://en.wikipedia.org/wiki/Cmd.exe),
[C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)), [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)),
@ -60,7 +60,8 @@ requirements:
Here are some explicit *non-requirements*: Here are some explicit *non-requirements*:
* *Language must be well-known.* Nope, I'll be happy to add your pet * *Language must be well-known.* Nope, I'll be happy to add your pet
project; after all, [Kalyn](https://github.com/raxod502/kalyn) and project; after all,
[Kalyn](https://github.com/radian-software/kalyn) and
[Ink](https://github.com/thesephist/ink) are already supported. [Ink](https://github.com/thesephist/ink) are already supported.
* *Language must be useful.* I have no objection to adding everything * *Language must be useful.* I have no objection to adding everything
on the esolangs wiki, if there are interpreters/compilers available. on the esolangs wiki, if there are interpreters/compilers available.

View File

@ -18,8 +18,8 @@ Riju :: $58.75
S3 :: $0.13 S3 :: $0.13
COMMENTARY: I think we could save on ELB costs by migrating to Lambda; COMMENTARY: I think we could save on ELB costs by migrating to Lambda;
see https://github.com/raxod502/riju/issues/93 for that. Otherwise, see https://github.com/radian-software/riju/issues/93 for that.
the main important thing to note about this month is that I had part Otherwise, the main important thing to note about this month is that I
of the infrastructure spun down for a significant part of it, as per had part of the infrastructure spun down for a significant part of it,
https://riju.statuspage.io/ (Aug 1 through Aug 16). So costs are as per https://riju.statuspage.io/ (Aug 1 through Aug 16). So costs
liable to increase next month now that we are in normal operation. are liable to increase next month now that we are in normal operation.

View File

@ -2,7 +2,7 @@
name = "riju-financials" name = "riju-financials"
version = "0.1.0" version = "0.1.0"
description = "Financial data for Riju hosting" description = "Financial data for Riju hosting"
authors = ["Radon Rosborough <radon.neon@gmail.com>"] authors = ["Radian LLC <contact+riju@radian.codes>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"

View File

@ -25,9 +25,11 @@
<p> <p>
<i> <i>
Created by Created by
<a href="https://github.com/raxod502">Radon Rosborough</a>. <a href="https://github.com/raxod502">Radon Rosborough</a>
and maintained by
<a href="https://radian.codes">Radian LLC</a>.
Check out the project Check out the project
<a href="https://github.com/raxod502/riju">on GitHub</a>. <a href="https://github.com/radian-software/riju">on GitHub</a>.
</i> </i>
</p> </p>
<% } else { %> <% } else { %>

View File

@ -9,7 +9,7 @@ install:
install -d "${pkg}/opt/kalyn" install -d "${pkg}/opt/kalyn"
install -d "${pkg}/usr/local/bin" install -d "${pkg}/usr/local/bin"
git clone https://github.com/raxod502/kalyn.git git clone https://github.com/radian-software/kalyn.git
pushd kalyn pushd kalyn
stack build kalyn stack build kalyn
cp "$(stack exec which kalyn)" "${pkg}/usr/local/bin/" cp "$(stack exec which kalyn)" "${pkg}/usr/local/bin/"

View File

@ -1,4 +1,4 @@
module github.com/raxod502/riju/supervisor module github.com/radian-software/riju/supervisor
go 1.16 go 1.16

View File

@ -312,7 +312,7 @@ sudo --preserve-env=DEBIAN_FRONTEND apt-get update`);
Package: riju-${isShared ? "shared" : "lang"}-${id} Package: riju-${isShared ? "shared" : "lang"}-${id}
Version: \$(date +%s%3N) Version: \$(date +%s%3N)
Architecture: amd64 Architecture: amd64
Maintainer: Radon Rosborough <radon.neon@gmail.com> Maintainer: Radian LLC <contact+riju@radian.codes>
Description: The ${name} ${ Description: The ${name} ${
isShared ? "shared dependency" : "language" isShared ? "shared dependency" : "language"
} packaged for Riju } packaged for Riju