Compare commits
10 commits
60317f07d4
...
6b26a9bf63
Author | SHA1 | Date | |
---|---|---|---|
6b26a9bf63 | |||
20d45dca90 | |||
5a05bf4c8a | |||
2012c34ca5 | |||
b0132fb444 | |||
9441e54cb9 | |||
023dae5001 | |||
77e1b3f2fa | |||
d7d5b62edc | |||
718c0cc2ae |
12 changed files with 890 additions and 1172 deletions
32
.forgejo/workflows/build-and-deploy.yaml
Normal file
32
.forgejo/workflows/build-and-deploy.yaml
Normal file
|
@ -0,0 +1,32 @@
|
|||
name: Build and deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: docker
|
||||
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Nix
|
||||
uses: https://guardianproject.dev/actions/install-nix-action@v31
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: nix develop --command npm install
|
||||
|
||||
- name: Login to Netlify
|
||||
run: nix develop --command netlify login -auth $NETLIFY_AUTH_TOKEN
|
||||
|
||||
- name: Run build
|
||||
run: nix develop --command netlify build
|
||||
|
||||
- name: Deploy
|
||||
run: nix develop --command netlify deploy
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -24,3 +24,5 @@ yarn-error.log*
|
|||
|
||||
# Generated docs
|
||||
/docs/api
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
|
|
@ -10,7 +10,7 @@ const config: Config = {
|
|||
tagline: 'Bypass censorship and enhance privacy for your audience and community',
|
||||
favicon: 'img/logo.png',
|
||||
|
||||
url: 'https://jasima.app',
|
||||
url: 'https://www.jasima.app',
|
||||
baseUrl: '/',
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
|
@ -63,7 +63,7 @@ const config: Config = {
|
|||
|
||||
themeConfig: {
|
||||
// Replace with your project's social card
|
||||
image: 'img/docusaurus-social-card.jpg',
|
||||
image: 'img/jasima-social-card.jpg',
|
||||
navbar: {
|
||||
title: 'jasima.app',
|
||||
logo: {
|
||||
|
@ -93,6 +93,19 @@ const config: Config = {
|
|||
footer: {
|
||||
style: 'dark',
|
||||
links: [
|
||||
{
|
||||
title: 'jasima.app',
|
||||
items: [
|
||||
{
|
||||
label: 'Service Status',
|
||||
href: 'https://status.jasima.app/'
|
||||
},
|
||||
{
|
||||
label: 'API Documentation',
|
||||
to: '/docs/api/jasima-app-api'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Docs',
|
||||
items: [
|
||||
|
@ -113,6 +126,10 @@ const config: Config = {
|
|||
label: 'Get In Touch',
|
||||
href: '/contact',
|
||||
},
|
||||
{
|
||||
label: 'Open Source',
|
||||
href: 'https://guardianproject.dev/jasima'
|
||||
},
|
||||
{
|
||||
label: 'Bypass Censorship',
|
||||
href: 'https://bypasscensorship.org/',
|
||||
|
|
61
flake.lock
generated
Normal file
61
flake.lock
generated
Normal file
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"nodes": {
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731533236,
|
||||
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1748693115,
|
||||
"narHash": "sha256-StSrWhklmDuXT93yc3GrTlb0cKSS0agTAxMGjLKAsY8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "910796cabe436259a29a72e8d3f5e180fc6dfacc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
31
flake.nix
Normal file
31
flake.nix
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
flake-utils,
|
||||
...
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (
|
||||
system:
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
in
|
||||
with pkgs;
|
||||
{
|
||||
devShells.default = mkShell {
|
||||
buildInputs = [
|
||||
git
|
||||
netlify-cli
|
||||
nodejs_22
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
21
netlify.toml
Normal file
21
netlify.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# example netlify.toml
|
||||
[build]
|
||||
command = "npm run build"
|
||||
functions = "netlify/functions"
|
||||
publish = "build"
|
||||
|
||||
## Uncomment to use this redirect for Single Page Applications like create-react-app.
|
||||
## Not needed for static site generators.
|
||||
#[[redirects]]
|
||||
# from = "/*"
|
||||
# to = "/index.html"
|
||||
# status = 200
|
||||
|
||||
## (optional) Settings for Netlify Dev
|
||||
## https://github.com/netlify/cli/blob/main/docs/netlify-dev.md#project-detection
|
||||
#[dev]
|
||||
# command = "yarn start" # Command to start your dev server
|
||||
# port = 3000 # Port that the dev server will be listening on
|
||||
# publish = "dist" # Folder with the static content for _redirect file
|
||||
|
||||
## more info on configuring this file: https://ntl.fyi/file-based-build-config
|
1656
package-lock.json
generated
1656
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -15,9 +15,9 @@
|
|||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "3.7.0",
|
||||
"@docusaurus/plugin-ideal-image": "3.7.0",
|
||||
"@docusaurus/preset-classic": "3.7.0",
|
||||
"@docusaurus/core": "3.8.0",
|
||||
"@docusaurus/plugin-ideal-image": "3.8.0",
|
||||
"@docusaurus/preset-classic": "3.8.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"docusaurus-plugin-openapi-docs": "^4.4.0",
|
||||
|
@ -27,9 +27,9 @@
|
|||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "3.7.0",
|
||||
"@docusaurus/tsconfig": "3.7.0",
|
||||
"@docusaurus/types": "3.7.0",
|
||||
"@docusaurus/module-type-aliases": "3.8.0",
|
||||
"@docusaurus/tsconfig": "3.8.0",
|
||||
"@docusaurus/types": "3.8.0",
|
||||
"typescript": "~5.6.2"
|
||||
},
|
||||
"browserslist": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 54 KiB |
BIN
static/img/jasima-social-card.jpg
Normal file
BIN
static/img/jasima-social-card.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1,001 B After Width: | Height: | Size: 62 KiB |
BIN
static/img/status-logo.png
Normal file
BIN
static/img/status-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue