Mount cmd for web server

video is playing on this link

but i cant see any video in pinoy folder from dropbox

need to post the redacted config for dcrypt

plz guide me how to do that. thanks

post the output of rclone config show dcrypt:
make sure to redact/remove the passwords.

@asdffdsa

root@debian-4gb-nbg1-1:~# rclone config show dcrypt:
--------------------
[dcrypt]
type = crypt
remote = 151214
directory_name_encryption = false
password = *** ENCRYPTED ***
--------------------

ok, now i understand.
that remote points to a local dir on your machine named 151214
so look for that local dir named /root/151214

so i have to enter remote = Dropbox right?

maybe
remote = Dropbox:dcrypt or change dcrypt to whatever dir name you want.

@asdffdsa

root@debian-4gb-nbg1-1:~# rclone config show dcrypt:
--------------------
[dcrypt]
type = crypt
remote = Dropbox:dcrypt
directory_name_encryption = false
password = *** ENCRYPTED ***
--------------------

upload a file in dcrypt folder and i can play that file from dropbox side, means file in not encrypt

really, please understand that we cannot see into your computer.
need to slow down, if you run a command to upload a file, post the command with debug output.

root@debian-4gb-nbg1-1:~# rclone copy /www/wwwroot/videos/Viral.mp4 Dropbox:dcrypt -vv
2022/03/09 22:16:22 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "copy" "/www/wwwroot/videos/Viral.mp4" "Dropbox:dcrypt" "-vv"]
2022/03/09 22:16:22 DEBUG : Creating backend with remote "/www/wwwroot/videos/Viral.mp4"
2022/03/09 22:16:22 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/03/09 22:16:22 DEBUG : fs cache: adding new entry for parent of "/www/wwwroot/videos/Viral.mp4", "/www/wwwroot/videos"
2022/03/09 22:16:22 DEBUG : Creating backend with remote "Dropbox:dcrypt"
2022/03/09 22:16:23 DEBUG : Viral.mp4: Size and modification time the same (differ by -418.625188ms, within tolerance 1s)
2022/03/09 22:16:23 DEBUG : Viral.mp4: Unchanged skipping
2022/03/09 22:16:23 INFO  : 
Transferred:              0 B / 0 B, -, 0 B/s, ETA -
Checks:                 1 / 1, 100%
Elapsed time:         0.7s

2022/03/09 22:16:23 DEBUG : 6 go routines active
2022/03/09 22:16:23 INFO  : Dropbox root 'dcrypt': Commiting uploads - please wait...
root@debian-4gb-nbg1-1:~# 

maybe this help u to undestand my issue, file is upload in dcrypt folder i can see it via dropbox but not encrypted

now that you have posted the command and debug output, i can understand.

run
rclone copy /www/wwwroot/videos/Viral.mp4 dcrypt: -vv

root@debian-4gb-nbg1-1:~# rclone copy /www/wwwroot/videos/Viral.mp4 dcrypt: -vv
2022/03/09 22:23:27 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "copy" "/www/wwwroot/videos/Viral.mp4" "dcrypt:" "-vv"]
2022/03/09 22:23:27 DEBUG : Creating backend with remote "/www/wwwroot/videos/Viral.mp4"
2022/03/09 22:23:27 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/03/09 22:23:27 DEBUG : fs cache: adding new entry for parent of "/www/wwwroot/videos/Viral.mp4", "/www/wwwroot/videos"
2022/03/09 22:23:27 DEBUG : Creating backend with remote "dcrypt:"
2022/03/09 22:23:27 DEBUG : Creating backend with remote "Dropbox:dcrypt"
2022/03/09 22:23:28 DEBUG : Viral.mp4: Need to transfer - File not found at Destination
2022/03/09 22:23:28 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 1/9
2022/03/09 22:23:32 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 2/9
2022/03/09 22:23:38 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 3/9
2022/03/09 22:23:41 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 4/9
2022/03/09 22:23:46 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 5/9
2022/03/09 22:23:49 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 6/9
2022/03/09 22:23:53 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 7/9
2022/03/09 22:23:56 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 8/9
2022/03/09 22:24:00 DEBUG : ppsalumin6m2uj5vi8r5dg9k4o: Uploading chunk 9/9
2022/03/09 22:24:02 DEBUG : Dropbox root 'dcrypt': Adding "/dcrypt/ppsalumin6m2uj5vi8r5dg9k4o" to batch
2022/03/09 22:24:02 DEBUG : Dropbox root 'dcrypt': Batch idle for 500ms so committing
2022/03/09 22:24:02 DEBUG : Dropbox root 'dcrypt': Committing sync batch length 1 starting with: /dcrypt/ppsalumin6m2uj5vi8r5dg9k4o
2022/03/09 22:24:03 DEBUG : Dropbox root 'dcrypt': Upload batch completed in 229.491401ms
2022/03/09 22:24:03 DEBUG : Dropbox root 'dcrypt': Committed sync batch length 1 starting with: /dcrypt/ppsalumin6m2uj5vi8r5dg9k4o
2022/03/09 22:24:03 DEBUG : Viral.mp4: dropbox = df7b9e186e72f1eafae345fe40f05179f70cecd607c7641fd0d595643a3b3eb8 OK
2022/03/09 22:24:03 INFO  : Viral.mp4: Copied (new)
2022/03/09 22:24:03 INFO  : 
Transferred:      392.319 MiB / 392.319 MiB, 100%, 10.381 MiB/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:        35.9s

2022/03/09 22:24:03 DEBUG : 9 go routines active
2022/03/09 22:24:03 INFO  : Dropbox root 'dcrypt': Commiting uploads - please wait...
root@debian-4gb-nbg1-1:~# 

encrypted files is there

@asdffdsa thanks a lot, now i have more clear idea about encrypt. i thought when someone download that video through player file will be encrypted, but i think i was wrong this encryption is only for dropbox, is there any way to secure my file from download? means when someone download file it should be encrypted.

What you are asking is that the video player decrypts the file. If you can find a video player that can play encrypted files then you can encrypt them when you upload them using the video players encryption. Rclone does not need to be involved here.

Just off the topic question hope you will help me with this to,

could this work with rclone ?
Thanks

yes, that is an off topic question

rclone encryption is not compatible with AES encryption.

@asdffdsa Thanks a lot u saved a lot of my time

you could encrypt the files using jwplayer and serve them using rclone serve

you means using same AES Encryptions?