Update to reflect IP transfer
This commit is contained in:
parent
6494543e16
commit
0605798c41
|
@ -1,8 +1,10 @@
|
|||
github: raxod502
|
||||
patreon: riju
|
||||
ko_fi: riju_codes
|
||||
liberapay: riju
|
||||
github: radian-software
|
||||
patreon: radiansoftware
|
||||
ko_fi: radiansoftware
|
||||
liberapay: radian-software
|
||||
custom:
|
||||
- https://paypal.me/rijucodes
|
||||
- https://cash.app/$RijuCodes
|
||||
- https://venmo.com/code?user_id=3335527067549696598
|
||||
- https://www.paypal.com/donate/?hosted_button_id=SYF48KFJ95FPA
|
||||
# Cash App is not currently supported because their sign-up flow is
|
||||
# broken (verification emails for new accounts are not sent). I have
|
||||
# submitted a support ticket with them.
|
||||
- https://account.venmo.com/u/radian-software
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
* [Deploying your own instance of Riju](doc/selfhosting.md)
|
||||
|
||||
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
|
||||
comment. Of course, if you actually want it to be added anytime soon,
|
||||
you should submit a pull request :)
|
||||
meta-issue](https://github.com/radian-software/riju/issues/24) and add
|
||||
a comment. Of course, if you actually want it to be added anytime
|
||||
soon, you should submit a pull request :)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# MIT License
|
||||
|
||||
Copyright (c) 2020 Radon Rosborough
|
||||
Copyright (c) 2020–2022 [Radian LLC](https://radian.codes) and
|
||||
contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
2
Makefile
2
Makefile
|
@ -218,7 +218,7 @@ lsp: # L=<lang|cmd> : Run LSP REPL for language or custom command line
|
|||
|
||||
### 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
|
||||
docker pull $(PUBLIC_DOCKER_REPO_PULL):ubuntu
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Reporting a security issue
|
||||
|
||||
Please contact me at
|
||||
[radon.neon@gmail.com](mailto:radon.neon@gmail.com) if you find any
|
||||
way to:
|
||||
[security+riju@radian.codes](mailto:security+riju@radian.codes) if you
|
||||
find any way to:
|
||||
|
||||
* Take down Riju without using a large number of concurrent sessions.
|
||||
* View or interfere with another user's session.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/raxod502/riju/cli
|
||||
module github.com/radian-software/riju/cli
|
||||
|
||||
go 1.16
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ hesitate to open an issue!
|
|||
Clone locally:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/raxod502/riju.git
|
||||
$ git clone https://github.com/radian-software/riju.git
|
||||
$ cd riju
|
||||
```
|
||||
|
||||
|
|
|
@ -49,9 +49,9 @@ requirements:
|
|||
because it only runs on macOS, and [Docker](https://www.docker.com/)
|
||||
is out because it can't be run inside Docker (without the
|
||||
`--privileged` flag, which has unacceptable security drawbacks; see
|
||||
[#29](https://github.com/raxod502/riju/issues/29)). Note, however,
|
||||
that many Windows-based languages can be used successfully via
|
||||
[Mono](https://www.mono-project.com/) or
|
||||
[#29](https://github.com/radian-software/riju/issues/29)). Note,
|
||||
however, that many Windows-based languages can be used successfully
|
||||
via [Mono](https://www.mono-project.com/) or
|
||||
[Wine](https://www.winehq.org/), such as
|
||||
[Cmd](https://en.wikipedia.org/wiki/Cmd.exe),
|
||||
[C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)),
|
||||
|
@ -60,7 +60,8 @@ requirements:
|
|||
Here are some explicit *non-requirements*:
|
||||
|
||||
* *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.
|
||||
* *Language must be useful.* I have no objection to adding everything
|
||||
on the esolangs wiki, if there are interpreters/compilers available.
|
||||
|
|
|
@ -18,8 +18,8 @@ Riju :: $58.75
|
|||
S3 :: $0.13
|
||||
|
||||
COMMENTARY: I think we could save on ELB costs by migrating to Lambda;
|
||||
see https://github.com/raxod502/riju/issues/93 for that. Otherwise,
|
||||
the main important thing to note about this month is that I had part
|
||||
of the infrastructure spun down for a significant part of it, as per
|
||||
https://riju.statuspage.io/ (Aug 1 through Aug 16). So costs are
|
||||
liable to increase next month now that we are in normal operation.
|
||||
see https://github.com/radian-software/riju/issues/93 for that.
|
||||
Otherwise, the main important thing to note about this month is that I
|
||||
had part of the infrastructure spun down for a significant part of it,
|
||||
as per https://riju.statuspage.io/ (Aug 1 through Aug 16). So costs
|
||||
are liable to increase next month now that we are in normal operation.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "riju-financials"
|
||||
version = "0.1.0"
|
||||
description = "Financial data for Riju hosting"
|
||||
authors = ["Radon Rosborough <radon.neon@gmail.com>"]
|
||||
authors = ["Radian LLC <contact+riju@radian.codes>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
|
|
|
@ -25,9 +25,11 @@
|
|||
<p>
|
||||
<i>
|
||||
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
|
||||
<a href="https://github.com/raxod502/riju">on GitHub</a>.
|
||||
<a href="https://github.com/radian-software/riju">on GitHub</a>.
|
||||
</i>
|
||||
</p>
|
||||
<% } else { %>
|
||||
|
|
|
@ -9,7 +9,7 @@ install:
|
|||
install -d "${pkg}/opt/kalyn"
|
||||
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
|
||||
stack build kalyn
|
||||
cp "$(stack exec which kalyn)" "${pkg}/usr/local/bin/"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/raxod502/riju/supervisor
|
||||
module github.com/radian-software/riju/supervisor
|
||||
|
||||
go 1.16
|
||||
|
||||
|
|
|
@ -312,7 +312,7 @@ sudo --preserve-env=DEBIAN_FRONTEND apt-get update`);
|
|||
Package: riju-${isShared ? "shared" : "lang"}-${id}
|
||||
Version: \$(date +%s%3N)
|
||||
Architecture: amd64
|
||||
Maintainer: Radon Rosborough <radon.neon@gmail.com>
|
||||
Maintainer: Radian LLC <contact+riju@radian.codes>
|
||||
Description: The ${name} ${
|
||||
isShared ? "shared dependency" : "language"
|
||||
} packaged for Riju
|
||||
|
|
Loading…
Reference in New Issue