Compare commits
3 Commits
0451d45110
...
bb0ecaa9f9
| Author | SHA1 | Date | |
|---|---|---|---|
| bb0ecaa9f9 | |||
| 72f5526866 | |||
| 4c291269f1 |
@@ -24,6 +24,10 @@ args = "Start application"
|
||||
task = "workflow.run"
|
||||
args = "API"
|
||||
|
||||
[[workflows.workflow.tasks]]
|
||||
task = "workflow.run"
|
||||
args = "tailscaled"
|
||||
|
||||
[[workflows.workflow]]
|
||||
name = "Start application"
|
||||
author = "agent"
|
||||
@@ -48,6 +52,17 @@ waitForPort = 8080
|
||||
[workflows.workflow.metadata]
|
||||
outputType = "console"
|
||||
|
||||
[[workflows.workflow]]
|
||||
name = "tailscaled"
|
||||
author = "agent"
|
||||
|
||||
[[workflows.workflow.tasks]]
|
||||
task = "shell.exec"
|
||||
args = "cd /tmp/tailscale_1.80.2_amd64 && ./tailscaled --tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 --statedir=/tmp/tsstate --socket=/tmp/tsstate/tailscaled.sock"
|
||||
|
||||
[workflows.workflow.metadata]
|
||||
outputType = "console"
|
||||
|
||||
[agent]
|
||||
stack = "PNPM_WORKSPACE"
|
||||
expertMode = true
|
||||
|
||||
@@ -4637,7 +4637,7 @@ function MeetingRow({
|
||||
return (
|
||||
<td
|
||||
key="meeting"
|
||||
className={`border border-gray-300 px-3 py-3 align-middle text-[#0B1E3F] relative group`}
|
||||
className={`border border-gray-300 px-3 py-3 align-middle text-center text-[#0B1E3F] relative group`}
|
||||
style={tintedCellStyle(col, true)}
|
||||
>
|
||||
<EditableCell
|
||||
@@ -4670,7 +4670,7 @@ function MeetingRow({
|
||||
return (
|
||||
<td
|
||||
key="attendees"
|
||||
className="border border-gray-300 px-3 py-3 align-middle relative group"
|
||||
className="border border-gray-300 px-3 py-3 align-middle text-center relative group"
|
||||
style={tintedCellStyle(col, false)}
|
||||
>
|
||||
<AttendeesCell
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{pkgs}: {
|
||||
deps = [
|
||||
pkgs.srt-live-server
|
||||
pkgs.expat
|
||||
pkgs.xorg.libxcb
|
||||
pkgs.xorg.libXrandr
|
||||
|
||||
Reference in New Issue
Block a user