From Edward Loveall to ~edwardloveall/scribe
Thanks! Added. Edward On 24 Feb 2024, at 7:46, Privacy Redirect wrote: > Hello! > > I have setup a new instance in: https://scribe.privacyredirect.com
From Edward Loveall to ~edwardloveall/scribe
Thanks, added. Edward On 21 Jan 2024, at 10:56, Rafo - r4fo.com wrote: > Hi, > I’ve setup an instance at https://scribe.r4fo.com and at http://scribe.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/ > > Location: The Netherlands > ISP: Oracle > No Cloudflare
From Edward Loveall to ~edwardloveall/scribe
Thanks. I merged this just now. Edward On 2 Jan 2024, at 4:30, ~manasiwibi wrote: > This patch adds my clearnet and Tor scribe instance. > > Wibi (1): > add new instance > > docs/instances.json | 3 ++- > docs/instances.md | 2 ++ > 2 files changed, 4 insertions(+), 1 deletion(-)
From Edward Loveall to ~edwardloveall/scribe
Thanks. Merged this and 2/2. Edward On 21 Dec 2023, at 12:39, Sashanoraa wrote: > --- > Newer NodeJS version will refuse to build the current version because it > uses too old of an openssl version (as far as I can tell). > yarn.lock | 2199 ++++++++++++++++++++--------------------------------- > 1 file changed, 839 insertions(+), 1360 deletions(-) > > diff --git a/yarn.lock b/yarn.lock > index 5b3968b..99ffc13 100644
From Edward Loveall to ~edwardloveall/scribe
If you're following the list, you've seen all this. The app itself hasn't changed at all. It's all documentation or infrastructure (dockre/nix) changes. Here's a summary: * Added release script * Update License to include https and package.json * Add Nix package and NixOS moodule * Remove outdated postgres check and dep from shell.nix * Fixed Dockerfile * Update Dockerfile to use multi-arch base image * Add Docker.arm64 file * Remove instances that promote hate Edward
From Edward Loveall to ~edwardloveall/scribe
Great! I added and pushed those. Edward On 18 Dec 2023, at 8:30, Sashanoraa wrote: > On Mon Dec 18, 2023 at 8:16 AM EST, Edward Loveall wrote: >> I currently version the app by marking the current date in src/version.cr. If I added a tag with the same string, would that work? > > Yes, that would work great!
From Edward Loveall to ~edwardloveall/scribe
Hi Sashanoraa, No reason why this isn't done currently. I wasn't expecting anyone to care, to be honest. I currently version the app by marking the current date in src/version.cr. If I added a tag with the same string, would that work? Edward On 16 Dec 2023, at 1:38, Sashanoraa wrote: > To make packaging and distribution easier, it'd help a lot of Scribe had > tagged releases that could be referred to. For instance, a change in > dependencies could break the Nix flake I contributed if the flake is not > also updated. Is there a reason this is not done currently?
From Edward Loveall to ~edwardloveall/scribe
Thanks again, This has been merged. Edward On 4 Dec 2023, at 14:14, Sashanoraa wrote: > Add a Scribe Nix package and NixOS module to the flake that a user can > build and install. > > Includes the following supporting changes: > - Adding a name and version to package.json to make Nix's mkYarnPackage > happy
From Edward Loveall to ~edwardloveall/scribe
Thanks. I just added a license to the package.json; the same one you were proposing. I appreciate it just so I could keep on top of what was happening and not making too many changes all at once. Edward On 4 Dec 2023, at 14:08, Sashanoraa wrote: > The addition of the license is not strictly necessary. However, if the > license field in package.json is not a know FOSS license, Nix will assume > the package is non-free and require the person installing it to allow > non-free packages in their config. I will submit a revised patch > removing that change, but I would like a license to be added at some > point if possible.
From Edward Loveall to ~edwardloveall/scribe
Hi Sashanoraa, Thanks for the patch. I don't know nix well enough to vet the code here, but I'm fine with it. I noticed you changed the license in the package.json to AGPL-3.0-or-later. Is that change necessary? I should put a license there, but I'd rather that be a separate change from this nix work. If you remove that change, I'll be happy to accept it. Edward On 3 Dec 2023, at 21:34, Sashanoraa wrote: > Add a Scribe Nix package and NixOS module to the flake that a user can > build and install.