Steven Noack
a907faa4d1
Enable env variable for passphrase in decryption
...
Added support for using an environment variable as a passphrase for decryption, with fallback to interactive prompt.
2025-12-11 08:16:49 +01:00
Steven Noack
e579d86946
Switch from pnpm to npm for dependency management
2025-12-11 07:29:07 +01:00
Steven Noack
b9bbc2739f
Refactor Dockerfile to simplify setup
...
Removed OpenSSL and build tools installation, simplified dependency installation process.
2025-12-11 07:26:58 +01:00
Steven Noack
42f40889f6
Add bcrypt rebuild step in Dockerfile
...
Rebuild bcrypt for Alpine compatibility.
2025-12-11 07:25:19 +01:00
Steven Noack
69dfdc8b95
Install OpenSSL and build tools in Dockerfile
...
Added OpenSSL and build tools for native modules installation.
2025-12-11 07:21:32 +01:00
Steven Noack
433cb4c129
Update CMD to run start.js script
2025-12-11 07:19:47 +01:00
Steven Noack
a9c3546286
Update package versions for dependencies
2025-12-11 06:48:13 +01:00
Steven Noack
4706f40e26
Update @nostr-dev-kit/ndk version to ^2.10.0
2025-12-11 06:37:16 +01:00
Steven Noack
2f3c6a2c20
Change pnpm install to use --force option
2025-12-11 06:34:13 +01:00
Steven Noack
8c7648d330
Refactor Dockerfile for Node 18 and pnpm
...
Updated Dockerfile to use Node 18-alpine and streamline build process.
2025-12-11 06:32:28 +01:00
Steven Noack
051f4acecc
Replace npm with pnpm for dependency installation
2025-12-11 06:30:59 +01:00
Pablo Fernandez
f4fd7403cc
gitignore
2024-09-21 13:45:11 -04:00
Pablo Fernandez
87217f9a3f
updates
2024-09-21 13:44:35 -04:00
Pablo Fernandez
ff5387b778
updates
2024-09-21 13:44:24 -04:00
Pablo Fernandez
919315bbf7
bump
2024-04-25 14:47:48 +01:00
Pablo Fernandez
919beb941c
update ndk
2024-04-25 14:46:32 +01:00
Pablo Fernandez
032b67632e
bump ndk
2024-03-19 14:28:33 +00:00
Pablo Fernandez
70ce3b544d
absolutely no reason why the username needs to be readonly
2024-02-18 00:10:03 +00:00
Pablo Fernandez
dcb9b6695c
remove stupid email example
2024-02-15 13:18:17 +00:00
Pablo Fernandez
717306a108
Merge pull request #30 from hzrd149/master
...
Add github action for building and publishing docker images
2024-02-15 13:07:26 +00:00
Pablo Fernandez
cbb6c66804
Merge pull request #29 from erskingardner/master
...
Replace auth request js method, update prettierrc to handle handlebar
2024-02-15 13:06:34 +00:00
Pablo Fernandez
6caf570866
Merge branch 'master' into master
2024-02-15 13:06:16 +00:00
Pablo Fernandez
24eb27a949
Merge pull request #31 from coracle-social/master
...
Bring back sendPostRequest
2024-02-15 13:04:49 +00:00
Pablo Fernandez
2fde57ff90
respond to create_account with the kind that it came with
2024-02-15 13:03:43 +00:00
Jon Staab
e2be038af7
Bring back sendPostRequest
2024-02-08 10:07:00 -08:00
hzrd149
5b37032ec1
update main branch
2024-02-04 12:50:39 +00:00
hzrd149
109cb5d972
add github action for docker image
2024-02-04 11:52:56 +00:00
Jeff Gardner
e796307f30
Add required id attribute
2024-02-01 11:48:06 +01:00
Jeff Gardner
7d3e7394ed
Replace auth request js method, change prettierrc to handle handlebar templates better
2024-02-01 11:22:10 +01:00
Pablo Fernandez
b5d4694e36
bump
2024-01-31 13:58:53 +00:00
Pablo Fernandez
64a41e98ab
remove default start and just document using lfg
2024-01-31 13:45:23 +00:00
Pablo Fernandez
0a130089bf
remove bad check on missing domains
2024-01-31 13:45:09 +00:00
Pablo Fernandez
ca3bbf4d7d
remove wrong defaults on config
2024-01-31 13:44:59 +00:00
Pablo Fernandez
529f68360d
create config if it's not there
2024-01-31 13:33:01 +00:00
Pablo Fernandez
a9814fd150
start without requiring start
2024-01-31 13:32:50 +00:00
Pablo Fernandez
f7752ec016
mkdir config
2024-01-31 13:25:58 +00:00
Pablo Fernandez
ed9c130ff6
Merge pull request #28 from nourspace/nour/feat/improved-configs
...
feat: improved configs
2024-01-26 16:17:15 +00:00
Nour
40391c536f
fix: create connection.txt inside config folder
2024-01-26 15:16:26 +00:00
Nour
894f3c3d14
feat: allow customizing auth host
2024-01-26 15:14:40 +00:00
Nour
33fb9703f7
feat: use dynamic DATABASE_URL for Prisma db
2024-01-26 15:13:26 +00:00
Nour
d1fd2d466a
fix: correct .env file in docker-compose
2024-01-26 15:10:37 +00:00
Pablo Fernandez
f9eb2d8898
Merge pull request #25 from nQuiz/patch-1
...
chore: minor typos / formatting
2024-01-24 13:18:15 +00:00
Pablo Fernandez
815872fc02
Merge pull request #26 from reyamir/feat/redesign-templates
...
Redesign default templates
2024-01-24 13:17:53 +00:00
Pablo Fernandez
f5fa696033
Merge pull request #27 from nourspace/nour/feat/docker-cleanups
...
feat: docker cleanups
2024-01-24 12:14:32 +00:00
Nour
e40fafa3b5
feat: multiple fixes
...
- Define binaryTargets for schema.prisma so it works inside alpine
- Log adminNpubs
- Set default for config `domains`
2024-01-23 17:44:38 +00:00
Nour
1d4251c23e
feat: cleanup docker setup
...
- Add .dockerignore
- Replace .env with .env.example
- Add migrations service
- Cleanup Dockerfile: simpler setup, simpler copy, no migrations inside the image
- Update README to match new instruction
2024-01-23 17:43:02 +00:00
reya
13b0151b4f
fix create account
2024-01-23 14:36:23 +07:00
reya
bc28858146
pass url prefix to handlebar
2024-01-23 14:31:49 +07:00
reya
f3b8aa8ebb
fix
2024-01-23 14:24:52 +07:00
reya
c28e58de88
fix
2024-01-23 14:16:20 +07:00